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-30 00:05:53.169467212 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-09-30 00:10:24.492751891 +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 +-------+------------+---------------+-------------+---------------------- + 38191 | | 0 | 38191 | forc_test + 37564 | | 0 | 37564 | users_id_seq + 37569 | | 0 | 37569 | pg_toast_37565 + 37570 | | 0 | 37570 | pg_toast_37565_index + 37565 | | 0 | 37565 | users + 37902 | | 0 | 37902 | foo + 38647 | | 0 | 38647 | pg_toast_38644 + 38648 | | 0 | 38648 | pg_toast_38644_index + 38644 | | 0 | 38644 | rtype + 37827 | | 0 | 37827 | pktable_pkey + 37824 | | 0 | 37824 | pktable + 37829 | | 0 | 37829 | fktable + 38270 | | 0 | 38275 | foo + 38279 | | 0 | 38279 | pg_toast_38270_index + 38278 | | 0 | 38278 | pg_toast_38270 + 38487 | | 0 | 38487 | old_oids + 38511 | | 0 | 38511 | pg_toast_38508 + 38512 | | 0 | 38512 | pg_toast_38508_index + 38508 | | 0 | 38508 | recur2 + 38503 | | 0 | 38503 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.