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-20 02:16:17.546406294 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-09-20 02:21:22.114332450 +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 +-------+------------+---------------+-------------+---------------------- + 37613 | | 0 | 37613 | users_id_seq + 37628 | | 0 | 37628 | pg_toast_37614 + 37629 | | 0 | 37629 | pg_toast_37614_index + 37614 | | 0 | 37614 | users + 37871 | | 0 | 37871 | foo + 38009 | | 0 | 38009 | forc_test + 38622 | | 0 | 38622 | pg_toast_38619 + 38623 | | 0 | 38623 | pg_toast_38619_index + 38619 | | 0 | 38619 | rtype + 37823 | | 0 | 37823 | pktable_pkey + 37820 | | 0 | 37820 | pktable + 37825 | | 0 | 37825 | fktable + 38254 | | 0 | 38259 | foo + 38263 | | 0 | 38263 | pg_toast_38254_index + 38262 | | 0 | 38262 | pg_toast_38254 + 38453 | | 0 | 38453 | old_oids + 38474 | | 0 | 38474 | pg_toast_38471 + 38475 | | 0 | 38475 | pg_toast_38471_index + 38471 | | 0 | 38471 | recur2 + 38466 | | 0 | 38466 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.