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-11-09 07:22:11.193565861 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-11-09 07:27:20.289580505 +0000 @@ -3481,9 +3481,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 +-------+------------+---------------+-------------+---------------------- + 39537 | | 0 | 39537 | users_id_seq + 39556 | | 0 | 39556 | pg_toast_39545 + 39557 | | 0 | 39557 | pg_toast_39545_index + 39545 | | 0 | 39545 | users + 39815 | | 0 | 39815 | foo + 40137 | | 0 | 40137 | forc_test + 40763 | | 0 | 40763 | pg_toast_40760 + 40764 | | 0 | 40764 | pg_toast_40760_index + 40760 | | 0 | 40760 | rtype + 39592 | | 0 | 39592 | pktable_pkey + 39588 | | 0 | 39588 | pktable + 39599 | | 0 | 39599 | fktable + 40106 | | 0 | 40111 | foo + 40115 | | 0 | 40115 | pg_toast_40106_index + 40114 | | 0 | 40114 | pg_toast_40106 + 40325 | | 0 | 40325 | old_oids + 40343 | | 0 | 40343 | pg_toast_40340 + 40344 | | 0 | 40344 | pg_toast_40340_index + 40340 | | 0 | 40340 | recur2 + 40335 | | 0 | 40335 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.