diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-08-17 05:50:31.846866644 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-08-17 05:57:24.609284197 +0000 @@ -3492,9 +3492,29 @@ WHERE relkind IN ('r', 'i', 'S', 't', 'm') AND mapped_oid IS DISTINCT FROM oid; SELECT m.* FROM filenode_mapping m LEFT JOIN pg_class c ON c.oid = m.oid WHERE c.oid IS NOT NULL OR m.mapped_oid IS NOT NULL; - oid | mapped_oid | reltablespace | relfilenode | relname ------+------------+---------------+-------------+--------- -(0 rows) + oid | mapped_oid | reltablespace | relfilenode | relname +-------+------------+---------------+-------------+---------------------- + 36609 | | 0 | 36609 | users_id_seq + 36619 | | 0 | 36619 | pg_toast_36612 + 36620 | | 0 | 36620 | pg_toast_36612_index + 36612 | | 0 | 36612 | users + 36914 | | 0 | 36914 | foo + 37123 | | 0 | 37123 | forc_test + 36506 | | 0 | 36506 | pktable_pkey + 36503 | | 0 | 36503 | pktable + 36508 | | 0 | 36508 | fktable + 37086 | | 0 | 37091 | foo + 37095 | | 0 | 37095 | pg_toast_37086_index + 37094 | | 0 | 37094 | pg_toast_37086 + 37583 | | 0 | 37583 | pg_toast_37580 + 37584 | | 0 | 37584 | pg_toast_37580_index + 37580 | | 0 | 37580 | rtype + 37309 | | 0 | 37309 | old_oids + 37326 | | 0 | 37326 | pg_toast_37323 + 37327 | | 0 | 37327 | pg_toast_37323_index + 37323 | | 0 | 37323 | recur2 + 37318 | | 0 | 37318 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.