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-23 19:37:10.381163610 +0000 +++ /tmp/cirrus-ci-build/build/testrun/pg_upgrade/002_pg_upgrade/data/results/alter_table.out 2024-04-23 19:39:19.265103055 +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 +-------+------------+---------------+-------------+---------------------- + 37983 | | 0 | 37983 | users_id_seq + 37989 | | 0 | 37989 | pg_toast_37984 + 37990 | | 0 | 37990 | pg_toast_37984_index + 37984 | | 0 | 37984 | users + 38201 | | 0 | 38201 | foo + 38483 | | 0 | 38483 | forc_test + 38850 | | 0 | 38850 | pg_toast_38847 + 38851 | | 0 | 38851 | pg_toast_38847_index + 38847 | | 0 | 38847 | rtype + 37747 | | 0 | 37747 | pktable_pkey + 37744 | | 0 | 37744 | pktable + 37749 | | 0 | 37749 | fktable + 38302 | | 0 | 38307 | foo + 38311 | | 0 | 38311 | pg_toast_38302_index + 38310 | | 0 | 38310 | pg_toast_38302 + 38526 | | 0 | 38526 | old_oids + 38547 | | 0 | 38547 | pg_toast_38544 + 38548 | | 0 | 38548 | pg_toast_38544_index + 38544 | | 0 | 38544 | recur2 + 38539 | | 0 | 38539 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.