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-31 21:22:14.918831505 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-08-31 21:27:38.963302746 +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 +-------+------------+---------------+-------------+---------------------- + 36579 | | 0 | 36579 | pg_toast_36575 + 36583 | | 0 | 36583 | pg_toast_36575_index + 36575 | | 0 | 36575 | users + 36574 | | 0 | 36574 | users_id_seq + 36809 | | 0 | 36809 | foo + 36991 | | 0 | 36991 | forc_test + 36608 | | 0 | 36608 | pktable_pkey + 36605 | | 0 | 36605 | pktable + 36611 | | 0 | 36611 | fktable + 37105 | | 0 | 37111 | foo + 37115 | | 0 | 37115 | pg_toast_37105_index + 37114 | | 0 | 37114 | pg_toast_37105 + 37314 | | 0 | 37314 | old_oids + 37331 | | 0 | 37331 | pg_toast_37328 + 37332 | | 0 | 37332 | pg_toast_37328_index + 37328 | | 0 | 37328 | recur2 + 37323 | | 0 | 37323 | recur1 + 37519 | | 0 | 37519 | pg_toast_37516 + 37520 | | 0 | 37520 | pg_toast_37516_index + 37516 | | 0 | 37516 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.