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-25 09:05:27.529495457 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-03-25 09:08:54.549501878 +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 +-------+------------+---------------+-------------+---------------------- + 38600 | | 0 | 38600 | pg_toast_38597 + 37770 | | 0 | 37770 | users_id_seq + 37784 | | 0 | 37784 | pg_toast_37771 + 37785 | | 0 | 37785 | pg_toast_37771_index + 37771 | | 0 | 37771 | users + 38004 | | 0 | 38004 | foo + 38204 | | 0 | 38204 | forc_test + 38601 | | 0 | 38601 | pg_toast_38597_index + 38597 | | 0 | 38597 | rtype + 37584 | | 0 | 37584 | pktable_pkey + 37581 | | 0 | 37581 | pktable + 37586 | | 0 | 37586 | fktable + 38083 | | 0 | 38092 | foo + 38096 | | 0 | 38096 | pg_toast_38083_index + 38095 | | 0 | 38095 | pg_toast_38083 + 38316 | | 0 | 38316 | old_oids + 38335 | | 0 | 38335 | pg_toast_38332 + 38336 | | 0 | 38336 | pg_toast_38332_index + 38332 | | 0 | 38332 | recur2 + 38326 | | 0 | 38326 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.