diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-02-25 19:17:04.553195023 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-02-25 19:20:42.761242815 +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 +-------+------------+---------------+-------------+---------------------- + 36863 | | 0 | 36863 | users_id_seq + 36872 | | 0 | 36872 | pg_toast_36864 + 36873 | | 0 | 36873 | pg_toast_36864_index + 36864 | | 0 | 36864 | users + 36990 | | 0 | 36990 | foo + 37291 | | 0 | 37291 | forc_test + 37724 | | 0 | 37724 | pg_toast_37721 + 37725 | | 0 | 37725 | pg_toast_37721_index + 37721 | | 0 | 37721 | rtype + 36604 | | 0 | 36604 | pktable_pkey + 36598 | | 0 | 36598 | pktable + 36606 | | 0 | 36606 | fktable + 37151 | | 0 | 37156 | foo + 37160 | | 0 | 37160 | pg_toast_37151_index + 37159 | | 0 | 37159 | pg_toast_37151 + 37381 | | 0 | 37381 | old_oids + 37404 | | 0 | 37404 | pg_toast_37401 + 37405 | | 0 | 37405 | pg_toast_37401_index + 37401 | | 0 | 37401 | recur2 + 37395 | | 0 | 37395 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.