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-04-15 00:08:37.953103407 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-04-15 00:10:50.221116984 +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 +-------+------------+---------------+-------------+---------------------- + 37829 | | 0 | 37829 | users_id_seq + 37835 | | 0 | 37835 | pg_toast_37830 + 37836 | | 0 | 37836 | pg_toast_37830_index + 37830 | | 0 | 37830 | users + 38012 | | 0 | 38012 | foo + 38232 | | 0 | 38232 | forc_test + 38661 | | 0 | 38661 | pg_toast_38657 + 38662 | | 0 | 38662 | pg_toast_38657_index + 38657 | | 0 | 38657 | rtype + 37711 | | 0 | 37711 | pktable_pkey + 37708 | | 0 | 37708 | pktable + 37713 | | 0 | 37713 | fktable + 38211 | | 0 | 38218 | foo + 38222 | | 0 | 38222 | pg_toast_38211_index + 38221 | | 0 | 38221 | pg_toast_38211 + 38435 | | 0 | 38435 | old_oids + 38453 | | 0 | 38453 | pg_toast_38450 + 38454 | | 0 | 38454 | pg_toast_38450_index + 38450 | | 0 | 38450 | recur2 + 38444 | | 0 | 38444 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.