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-02-18 08:05:22.616126731 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-02-18 08:08:51.751941624 +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 +-------+------------+---------------+-------------+---------------------- + 36829 | | 0 | 36829 | users + 36828 | | 0 | 36828 | users_id_seq + 36834 | | 0 | 36834 | pg_toast_36829 + 36835 | | 0 | 36835 | pg_toast_36829_index + 37056 | | 0 | 37056 | foo + 37359 | | 0 | 37359 | forc_test + 37729 | | 0 | 37729 | pg_toast_37726 + 37730 | | 0 | 37730 | pg_toast_37726_index + 37726 | | 0 | 37726 | rtype + 36665 | | 0 | 36665 | pktable_pkey + 36660 | | 0 | 36660 | pktable + 36668 | | 0 | 36668 | fktable + 37173 | | 0 | 37179 | foo + 37183 | | 0 | 37183 | pg_toast_37173_index + 37182 | | 0 | 37182 | pg_toast_37173 + 37410 | | 0 | 37410 | old_oids + 37428 | | 0 | 37428 | pg_toast_37425 + 37429 | | 0 | 37429 | pg_toast_37425_index + 37425 | | 0 | 37425 | recur2 + 37420 | | 0 | 37420 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.