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-22 06:30:51.339454695 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-11-22 06:37:37.921920247 +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 +-------+------------+---------------+-------------+---------------------- + 39570 | | 0 | 39570 | users_id_seq + 39576 | | 0 | 39576 | pg_toast_39571 + 39577 | | 0 | 39577 | pg_toast_39571_index + 39571 | | 0 | 39571 | users + 39799 | | 0 | 39799 | foo + 40019 | | 0 | 40019 | forc_test + 39582 | | 0 | 39582 | pktable_pkey + 39578 | | 0 | 39578 | pktable + 39585 | | 0 | 39585 | fktable + 40109 | | 0 | 40117 | foo + 40122 | | 0 | 40122 | pg_toast_40109_index + 40121 | | 0 | 40121 | pg_toast_40109 + 40331 | | 0 | 40331 | old_oids + 40349 | | 0 | 40349 | pg_toast_40346 + 40350 | | 0 | 40350 | pg_toast_40346_index + 40346 | | 0 | 40346 | recur2 + 40341 | | 0 | 40341 | recur1 + 40603 | | 0 | 40603 | pg_toast_40600 + 40604 | | 0 | 40604 | pg_toast_40600_index + 40600 | | 0 | 40600 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.