diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-03-02 19:37:09.820804124 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-03-02 19:40:52.728677541 +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 +-------+------------+---------------+-------------+---------------------- + 36813 | | 0 | 36813 | users_id_seq + 36819 | | 0 | 36819 | pg_toast_36814 + 36820 | | 0 | 36820 | pg_toast_36814_index + 36814 | | 0 | 36814 | users + 37035 | | 0 | 37035 | foo + 37335 | | 0 | 37335 | forc_test + 37713 | | 0 | 37713 | pg_toast_37710 + 37714 | | 0 | 37714 | pg_toast_37710_index + 37710 | | 0 | 37710 | rtype + 36531 | | 0 | 36531 | pktable_pkey + 36528 | | 0 | 36528 | pktable + 36547 | | 0 | 36547 | fktable + 37130 | | 0 | 37135 | foo + 37139 | | 0 | 37139 | pg_toast_37130_index + 37138 | | 0 | 37138 | pg_toast_37130 + 37353 | | 0 | 37353 | old_oids + 37372 | | 0 | 37372 | pg_toast_37369 + 37373 | | 0 | 37373 | pg_toast_37369_index + 37369 | | 0 | 37369 | recur2 + 37364 | | 0 | 37364 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.