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-03-09 05:45:31.455827966 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-03-09 05:51:06.895570612 +0000 @@ -3476,9 +3476,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 +-------+------------+---------------+-------------+---------------------- + 36948 | | 0 | 36948 | users_id_seq + 36954 | | 0 | 36954 | pg_toast_36949 + 36955 | | 0 | 36955 | pg_toast_36949_index + 36949 | | 0 | 36949 | users + 37106 | | 0 | 37106 | foo + 37322 | | 0 | 37322 | forc_test + 37849 | | 0 | 37849 | pg_toast_37846 + 37850 | | 0 | 37850 | pg_toast_37846_index + 37846 | | 0 | 37846 | rtype + 36898 | | 0 | 36898 | pktable_pkey + 36895 | | 0 | 36895 | pktable + 36901 | | 0 | 36901 | fktable + 37474 | | 0 | 37479 | foo + 37483 | | 0 | 37483 | pg_toast_37474_index + 37482 | | 0 | 37482 | pg_toast_37474 + 37688 | | 0 | 37688 | old_oids + 37707 | | 0 | 37707 | pg_toast_37704 + 37708 | | 0 | 37708 | pg_toast_37704_index + 37704 | | 0 | 37704 | recur2 + 37699 | | 0 | 37699 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.