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-04-02 23:46:36.190432239 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-04-02 23:50:43.834294821 +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 +-------+------------+---------------+-------------+---------------------- + 37671 | | 0 | 37671 | users_id_seq + 37677 | | 0 | 37677 | pg_toast_37672 + 37678 | | 0 | 37678 | pg_toast_37672_index + 37672 | | 0 | 37672 | users + 38043 | | 0 | 38043 | foo + 38349 | | 0 | 38349 | forc_test + 38737 | | 0 | 38737 | pg_toast_38734 + 38738 | | 0 | 38738 | pg_toast_38734_index + 38734 | | 0 | 38734 | rtype + 37688 | | 0 | 37688 | pktable_pkey + 37685 | | 0 | 37685 | pktable + 37692 | | 0 | 37692 | fktable + 38144 | | 0 | 38149 | foo + 38153 | | 0 | 38153 | pg_toast_38144_index + 38152 | | 0 | 38152 | pg_toast_38144 + 38369 | | 0 | 38369 | old_oids + 38390 | | 0 | 38390 | pg_toast_38387 + 38391 | | 0 | 38391 | pg_toast_38387_index + 38387 | | 0 | 38387 | recur2 + 38382 | | 0 | 38382 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.