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-03-17 13:15:27.589479088 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-03-17 13:19:03.913340810 +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 +-------+------------+---------------+-------------+---------------------- + 37031 | | 0 | 37031 | users_id_seq + 37037 | | 0 | 37037 | pg_toast_37032 + 37038 | | 0 | 37038 | pg_toast_37032_index + 37032 | | 0 | 37032 | users + 37249 | | 0 | 37249 | foo + 37474 | | 0 | 37474 | forc_test + 37957 | | 0 | 37957 | pg_toast_37954 + 37958 | | 0 | 37958 | pg_toast_37954_index + 37954 | | 0 | 37954 | rtype + 36926 | | 0 | 36926 | pktable_pkey + 36923 | | 0 | 36923 | pktable + 36928 | | 0 | 36928 | fktable + 37411 | | 0 | 37417 | foo + 37421 | | 0 | 37421 | pg_toast_37411_index + 37420 | | 0 | 37420 | pg_toast_37411 + 37644 | | 0 | 37644 | old_oids + 37662 | | 0 | 37662 | pg_toast_37659 + 37663 | | 0 | 37663 | pg_toast_37659_index + 37659 | | 0 | 37659 | recur2 + 37654 | | 0 | 37654 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.