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-08-28 02:07:13.967604504 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-08-28 02:12:18.325664986 +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 +-------+------------+---------------+-------------+---------------------- + 36623 | | 0 | 36623 | users_id_seq + 36631 | | 0 | 36631 | pg_toast_36625 + 36632 | | 0 | 36632 | pg_toast_36625_index + 36625 | | 0 | 36625 | users + 36802 | | 0 | 36802 | foo + 37015 | | 0 | 37015 | forc_test + 37608 | | 0 | 37608 | pg_toast_37604 + 37611 | | 0 | 37611 | pg_toast_37604_index + 37604 | | 0 | 37604 | rtype + 36640 | | 0 | 36640 | pktable_pkey + 36637 | | 0 | 36637 | pktable + 36642 | | 0 | 36642 | fktable + 37098 | | 0 | 37104 | foo + 37108 | | 0 | 37108 | pg_toast_37098_index + 37107 | | 0 | 37107 | pg_toast_37098 + 37305 | | 0 | 37305 | old_oids + 37324 | | 0 | 37324 | pg_toast_37321 + 37325 | | 0 | 37325 | pg_toast_37321_index + 37321 | | 0 | 37321 | recur2 + 37316 | | 0 | 37316 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.