diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-09-18 04:59:05.039790381 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-09-18 05:04:04.503544250 +0000 @@ -3492,9 +3492,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 +-------+------------+---------------+-------------+---------------------- + 37865 | | 0 | 37865 | users_id_seq + 37870 | | 0 | 37870 | pg_toast_37866 + 37876 | | 0 | 37876 | pg_toast_37866_index + 37866 | | 0 | 37866 | users + 38034 | | 0 | 38034 | foo + 38219 | | 0 | 38219 | forc_test + 38662 | | 0 | 38662 | pg_toast_38659 + 38663 | | 0 | 38663 | pg_toast_38659_index + 38659 | | 0 | 38659 | rtype + 37663 | | 0 | 37663 | pktable_pkey + 37660 | | 0 | 37660 | pktable + 37672 | | 0 | 37672 | fktable + 38226 | | 0 | 38233 | foo + 38237 | | 0 | 38237 | pg_toast_38226_index + 38236 | | 0 | 38236 | pg_toast_38226 + 38443 | | 0 | 38443 | old_oids + 38462 | | 0 | 38462 | pg_toast_38459 + 38463 | | 0 | 38463 | pg_toast_38459_index + 38459 | | 0 | 38459 | recur2 + 38453 | | 0 | 38453 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.