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-03-15 14:06:17.177305290 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-03-15 14:11:33.701158740 +0000 @@ -3476,9 +3476,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 +-------+------------+---------------+-------------+---------------------- + 37134 | | 0 | 37134 | users_id_seq + 37142 | | 0 | 37142 | pg_toast_37135 + 37143 | | 0 | 37143 | pg_toast_37135_index + 37135 | | 0 | 37135 | users + 37329 | | 0 | 37329 | foo + 37540 | | 0 | 37540 | forc_test + 37903 | | 0 | 37903 | pg_toast_37900 + 37904 | | 0 | 37904 | pg_toast_37900_index + 37900 | | 0 | 37900 | rtype + 37025 | | 0 | 37025 | pktable_pkey + 37020 | | 0 | 37020 | pktable + 37027 | | 0 | 37027 | fktable + 37513 | | 0 | 37518 | foo + 37523 | | 0 | 37523 | pg_toast_37513_index + 37522 | | 0 | 37522 | pg_toast_37513 + 37737 | | 0 | 37737 | old_oids + 37757 | | 0 | 37757 | pg_toast_37754 + 37758 | | 0 | 37758 | pg_toast_37754_index + 37754 | | 0 | 37754 | recur2 + 37748 | | 0 | 37748 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.