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-04-27 13:44:35.092088045 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-04-27 13:48:18.935945992 +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 +-------+------------+---------------+-------------+---------------------- + 38854 | | 0 | 38854 | pg_toast_38844_index + 38844 | | 0 | 38844 | rtype + 38003 | | 0 | 38003 | users_id_seq + 38011 | | 0 | 38011 | pg_toast_38005 + 38012 | | 0 | 38012 | pg_toast_38005_index + 38005 | | 0 | 38005 | users + 38215 | | 0 | 38215 | foo + 38440 | | 0 | 38440 | forc_test + 38851 | | 0 | 38851 | pg_toast_38844 + 37872 | | 0 | 37872 | pktable_pkey + 37868 | | 0 | 37868 | pktable + 37874 | | 0 | 37874 | fktable + 38435 | | 0 | 38443 | foo + 38447 | | 0 | 38447 | pg_toast_38435_index + 38446 | | 0 | 38446 | pg_toast_38435 + 38660 | | 0 | 38660 | old_oids + 38681 | | 0 | 38681 | pg_toast_38678 + 38682 | | 0 | 38682 | pg_toast_38678_index + 38678 | | 0 | 38678 | recur2 + 38671 | | 0 | 38671 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.