diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-11-01 03:42:15.595810841 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-11-01 03:48:40.583181579 +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 +-------+------------+---------------+-------------+---------------------- + 37978 | | 0 | 37978 | users_id_seq + 37983 | | 0 | 37983 | pg_toast_37979 + 37984 | | 0 | 37984 | pg_toast_37979_index + 37979 | | 0 | 37979 | users + 38251 | | 0 | 38251 | foo + 38413 | | 0 | 38413 | forc_test + 38947 | | 0 | 38947 | pg_toast_38944 + 38948 | | 0 | 38948 | pg_toast_38944_index + 38944 | | 0 | 38944 | rtype + 37988 | | 0 | 37988 | pktable_pkey + 37985 | | 0 | 37985 | pktable + 37990 | | 0 | 37990 | fktable + 38480 | | 0 | 38489 | foo + 38493 | | 0 | 38493 | pg_toast_38480_index + 38492 | | 0 | 38492 | pg_toast_38480 + 38691 | | 0 | 38691 | old_oids + 38710 | | 0 | 38710 | pg_toast_38707 + 38711 | | 0 | 38711 | pg_toast_38707_index + 38707 | | 0 | 38707 | recur2 + 38702 | | 0 | 38702 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.