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-09-22 04:43:13.798007240 +0000 +++ /tmp/cirrus-ci-build/src/bin/pg_upgrade/tmp_check/results/alter_table.out 2024-09-22 04:47:38.529830995 +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 +-------+------------+---------------+-------------+---------------------- + 37760 | | 0 | 37760 | users_id_seq + 37774 | | 0 | 37774 | pg_toast_37761 + 37775 | | 0 | 37775 | pg_toast_37761_index + 37761 | | 0 | 37761 | users + 38033 | | 0 | 38033 | foo + 38185 | | 0 | 38185 | forc_test + 37685 | | 0 | 37685 | pktable_pkey + 37682 | | 0 | 37682 | pktable + 37687 | | 0 | 37687 | fktable + 38228 | | 0 | 38235 | foo + 38239 | | 0 | 38239 | pg_toast_38228_index + 38238 | | 0 | 38238 | pg_toast_38228 + 38431 | | 0 | 38431 | old_oids + 38448 | | 0 | 38448 | pg_toast_38445 + 38449 | | 0 | 38449 | pg_toast_38445_index + 38445 | | 0 | 38445 | recur2 + 38440 | | 0 | 38440 | recur1 + 38692 | | 0 | 38692 | pg_toast_38689 + 38693 | | 0 | 38693 | pg_toast_38689_index + 38689 | | 0 | 38689 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.