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-31 08:35:40.302091833 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-03-31 08:39:41.829892298 +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 +-------+------------+---------------+-------------+---------------------- + 38333 | | 0 | 38333 | forc_test + 37798 | | 0 | 37798 | users_id_seq + 37804 | | 0 | 37804 | pg_toast_37799 + 37805 | | 0 | 37805 | pg_toast_37799_index + 37799 | | 0 | 37799 | users + 38133 | | 0 | 38133 | foo + 38726 | | 0 | 38726 | pg_toast_38723 + 38727 | | 0 | 38727 | pg_toast_38723_index + 38723 | | 0 | 38723 | rtype + 37521 | | 0 | 37521 | pktable_pkey + 37518 | | 0 | 37518 | pktable + 37523 | | 0 | 37523 | fktable + 38125 | | 0 | 38137 | foo + 38141 | | 0 | 38141 | pg_toast_38125_index + 38140 | | 0 | 38140 | pg_toast_38125 + 38353 | | 0 | 38353 | old_oids + 38374 | | 0 | 38374 | pg_toast_38371 + 38375 | | 0 | 38375 | pg_toast_38371_index + 38371 | | 0 | 38371 | recur2 + 38366 | | 0 | 38366 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.