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-10-29 23:59:17.526157813 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-10-30 00:01:59.401323792 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 37960 | | 0 | 37960 | users_id_seq + 37966 | | 0 | 37966 | pg_toast_37961 + 37967 | | 0 | 37967 | pg_toast_37961_index + 37961 | | 0 | 37961 | users + 38167 | | 0 | 38167 | foo + 37902 | | 0 | 37902 | pktable_pkey + 37899 | | 0 | 37899 | pktable + 37904 | | 0 | 37904 | fktable + 38398 | | 0 | 38398 | forc_test + 38921 | | 0 | 38921 | pg_toast_38918 + 38922 | | 0 | 38922 | pg_toast_38918_index + 38918 | | 0 | 38918 | rtype + 38363 | | 0 | 38373 | foo + 38377 | | 0 | 38377 | pg_toast_38363_index + 38376 | | 0 | 38376 | pg_toast_38363 + 38583 | | 0 | 38583 | old_oids + 38601 | | 0 | 38601 | pg_toast_38598 + 38602 | | 0 | 38602 | pg_toast_38598_index + 38598 | | 0 | 38598 | recur2 + 38593 | | 0 | 38593 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.