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-18 11:57:37.218073163 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-04-18 11:59:44.554001321 +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 +-------+------------+---------------+-------------+---------------------- + 37913 | | 0 | 37913 | users_id_seq + 37919 | | 0 | 37919 | pg_toast_37914 + 37920 | | 0 | 37920 | pg_toast_37914_index + 37914 | | 0 | 37914 | users + 38034 | | 0 | 38034 | foo + 37651 | | 0 | 37651 | pktable_pkey + 37647 | | 0 | 37647 | pktable + 37658 | | 0 | 37658 | fktable + 38158 | | 0 | 38158 | forc_test + 38741 | | 0 | 38741 | pg_toast_38738 + 38742 | | 0 | 38742 | pg_toast_38738_index + 38738 | | 0 | 38738 | rtype + 38272 | | 0 | 38277 | foo + 38281 | | 0 | 38281 | pg_toast_38272_index + 38280 | | 0 | 38280 | pg_toast_38272 + 38483 | | 0 | 38483 | old_oids + 38502 | | 0 | 38502 | pg_toast_38499 + 38503 | | 0 | 38503 | pg_toast_38499_index + 38499 | | 0 | 38499 | recur2 + 38493 | | 0 | 38493 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.