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-09-20 02:16:13.569609087 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-09-20 02:18:41.305268839 +0000 @@ -3492,9 +3492,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 +-------+------------+---------------+-------------+---------------------- + 37677 | | 0 | 37677 | users_id_seq + 37682 | | 0 | 37682 | pg_toast_37678 + 37683 | | 0 | 37683 | pg_toast_37678_index + 37678 | | 0 | 37678 | users + 37935 | | 0 | 37935 | foo + 38255 | | 0 | 38255 | forc_test + 37634 | | 0 | 37634 | pktable_pkey + 37631 | | 0 | 37631 | pktable + 37637 | | 0 | 37637 | fktable + 38081 | | 0 | 38087 | foo + 38091 | | 0 | 38091 | pg_toast_38081_index + 38090 | | 0 | 38090 | pg_toast_38081 + 38622 | | 0 | 38622 | pg_toast_38619 + 38623 | | 0 | 38623 | pg_toast_38619_index + 38619 | | 0 | 38619 | rtype + 38307 | | 0 | 38307 | old_oids + 38326 | | 0 | 38326 | pg_toast_38323 + 38327 | | 0 | 38327 | pg_toast_38323_index + 38323 | | 0 | 38323 | recur2 + 38318 | | 0 | 38318 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.