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-05-03 06:45:40.773385309 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-05-03 06:49:31.361259993 +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 +-------+------------+---------------+-------------+---------------------- + 37994 | | 0 | 37994 | users_id_seq + 38000 | | 0 | 38000 | pg_toast_37995 + 38001 | | 0 | 38001 | pg_toast_37995_index + 37995 | | 0 | 37995 | users + 38251 | | 0 | 38251 | foo + 37807 | | 0 | 37807 | pktable_pkey + 37804 | | 0 | 37804 | pktable + 37810 | | 0 | 37810 | fktable + 38476 | | 0 | 38476 | forc_test + 39030 | | 0 | 39030 | pg_toast_39027 + 39031 | | 0 | 39031 | pg_toast_39027_index + 39027 | | 0 | 39027 | rtype + 38471 | | 0 | 38479 | foo + 38483 | | 0 | 38483 | pg_toast_38471_index + 38482 | | 0 | 38482 | pg_toast_38471 + 38685 | | 0 | 38685 | old_oids + 38704 | | 0 | 38704 | pg_toast_38701 + 38705 | | 0 | 38705 | pg_toast_38701_index + 38701 | | 0 | 38701 | recur2 + 38696 | | 0 | 38696 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.