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-14 10:49:03.461544712 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-09-14 10:53:35.565723033 +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 +-------+------------+---------------+-------------+---------------------- + 36636 | | 0 | 36636 | pg_toast_36627_index + 36627 | | 0 | 36627 | users + 36625 | | 0 | 36625 | users_id_seq + 36635 | | 0 | 36635 | pg_toast_36627 + 36859 | | 0 | 36859 | foo + 37120 | | 0 | 37120 | forc_test + 36646 | | 0 | 36646 | pktable_pkey + 36643 | | 0 | 36643 | pktable + 36649 | | 0 | 36649 | fktable + 37125 | | 0 | 37130 | foo + 37134 | | 0 | 37134 | pg_toast_37125_index + 37133 | | 0 | 37133 | pg_toast_37125 + 37333 | | 0 | 37333 | old_oids + 37350 | | 0 | 37350 | pg_toast_37347 + 37351 | | 0 | 37351 | pg_toast_37347_index + 37347 | | 0 | 37347 | recur2 + 37342 | | 0 | 37342 | recur1 + 37673 | | 0 | 37673 | pg_toast_37670 + 37674 | | 0 | 37674 | pg_toast_37670_index + 37670 | | 0 | 37670 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.