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-10-11 03:00:47.216882157 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-10-11 03:06:36.972959034 +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 +-------+------------+---------------+-------------+---------------------- + 38806 | | 0 | 38806 | pg_toast_38803 + 38807 | | 0 | 38807 | pg_toast_38803_index + 37849 | | 0 | 37849 | users_id_seq + 37858 | | 0 | 37858 | pg_toast_37850 + 37861 | | 0 | 37861 | pg_toast_37850_index + 37850 | | 0 | 37850 | users + 38005 | | 0 | 38005 | foo + 38223 | | 0 | 38223 | forc_test + 38803 | | 0 | 38803 | rtype + 37784 | | 0 | 37784 | pktable_pkey + 37781 | | 0 | 37781 | pktable + 37786 | | 0 | 37786 | fktable + 38289 | | 0 | 38294 | foo + 38298 | | 0 | 38298 | pg_toast_38289_index + 38297 | | 0 | 38297 | pg_toast_38289 + 38499 | | 0 | 38499 | old_oids + 38517 | | 0 | 38517 | pg_toast_38514 + 38518 | | 0 | 38518 | pg_toast_38514_index + 38514 | | 0 | 38514 | recur2 + 38509 | | 0 | 38509 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.