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 2025-02-14 17:04:29.393354006 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2025-02-14 17:09:55.671930094 +0000 @@ -3504,9 +3504,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 +-------+------------+---------------+-------------+---------------------- + 40848 | | 0 | 40848 | foo + 40621 | | 0 | 40621 | users_id_seq + 40627 | | 0 | 40627 | pg_toast_40622 + 40628 | | 0 | 40628 | pg_toast_40622_index + 40622 | | 0 | 40622 | users + 41124 | | 0 | 41124 | forc_test + 41635 | | 0 | 41635 | pg_toast_41629 + 41638 | | 0 | 41638 | pg_toast_41629_index + 41629 | | 0 | 41629 | rtype + 40568 | | 0 | 40568 | pktable_pkey + 40564 | | 0 | 40564 | pktable + 40570 | | 0 | 40570 | fktable + 41060 | | 0 | 41066 | foo + 41070 | | 0 | 41070 | pg_toast_41060_index + 41069 | | 0 | 41069 | pg_toast_41060 + 41293 | | 0 | 41293 | old_oids + 41310 | | 0 | 41310 | pg_toast_41307 + 41311 | | 0 | 41311 | pg_toast_41307_index + 41307 | | 0 | 41307 | recur2 + 41302 | | 0 | 41302 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.