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-08-22 17:16:10.229128471 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-08-22 17:21:24.210748502 +0000 @@ -3492,9 +3492,26 @@ 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 +-------+------------+---------------+-------------+---------------------- + 36713 | | 0 | 36713 | users_id_seq + 36718 | | 0 | 36718 | pg_toast_36714 + 36721 | | 0 | 36721 | pg_toast_36714_index + 36714 | | 0 | 36714 | users + 36911 | | 0 | 36911 | foo + 37333 | | 0 | 37333 | forc_test + 36606 | | 0 | 36606 | pktable_pkey + 36603 | | 0 | 36603 | pktable + 36610 | | 0 | 36610 | fktable + 37090 | | 0 | 37095 | foo + 37100 | | 0 | 37100 | pg_toast_37090_index + 37098 | | 0 | 37098 | pg_toast_37090 + 37300 | | 0 | 37300 | old_oids + 37318 | | 0 | 37318 | pg_toast_37315 + 37319 | | 0 | 37319 | pg_toast_37315_index + 37315 | | 0 | 37315 | recur2 + 37310 | | 0 | 37310 | recur1 +(17 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.