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-25 04:33:07.338435898 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-11-25 04:38:49.605136300 +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 +-------+------------+---------------+-------------+---------------------- + 39516 | | 0 | 39516 | users_id_seq + 39522 | | 0 | 39522 | pg_toast_39517 + 39523 | | 0 | 39523 | pg_toast_39517_index + 39517 | | 0 | 39517 | users + 39767 | | 0 | 39767 | foo + 40085 | | 0 | 40085 | forc_test + 39611 | | 0 | 39611 | pktable_pkey + 39607 | | 0 | 39607 | pktable + 39614 | | 0 | 39614 | fktable + 40120 | | 0 | 40125 | foo + 40129 | | 0 | 40129 | pg_toast_40120_index + 40128 | | 0 | 40128 | pg_toast_40120 + 40607 | | 0 | 40607 | pg_toast_40601 + 40608 | | 0 | 40608 | pg_toast_40601_index + 40601 | | 0 | 40601 | rtype + 40339 | | 0 | 40339 | old_oids + 40358 | | 0 | 40358 | pg_toast_40355 + 40359 | | 0 | 40359 | pg_toast_40355_index + 40355 | | 0 | 40355 | recur2 + 40350 | | 0 | 40350 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.