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-10-18 08:28:15.382159378 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-10-18 08:34:05.136957368 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 37874 | | 0 | 37874 | users + 37873 | | 0 | 37873 | users_id_seq + 37883 | | 0 | 37883 | pg_toast_37874 + 37884 | | 0 | 37884 | pg_toast_37874_index + 38150 | | 0 | 38150 | foo + 38466 | | 0 | 38466 | forc_test + 37808 | | 0 | 37808 | pktable_pkey + 37803 | | 0 | 37803 | pktable + 37810 | | 0 | 37810 | fktable + 38288 | | 0 | 38293 | foo + 38297 | | 0 | 38297 | pg_toast_38288_index + 38296 | | 0 | 38296 | pg_toast_38288 + 38509 | | 0 | 38509 | old_oids + 38530 | | 0 | 38530 | pg_toast_38527 + 38531 | | 0 | 38531 | pg_toast_38527_index + 38527 | | 0 | 38527 | recur2 + 38522 | | 0 | 38522 | recur1 + 38859 | | 0 | 38859 | pg_toast_38856 + 38860 | | 0 | 38860 | pg_toast_38856_index + 38856 | | 0 | 38856 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.