diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-10-14 17:15:15.068329384 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out 2024-10-14 17:22:29.119284944 +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 +-------+------------+---------------+-------------+---------------------- + 37650 | | 0 | 37650 | users_id_seq + 37655 | | 0 | 37655 | pg_toast_37651 + 37657 | | 0 | 37657 | pg_toast_37651_index + 37651 | | 0 | 37651 | users + 37944 | | 0 | 37944 | foo + 38097 | | 0 | 38097 | forc_test + 38777 | | 0 | 38777 | pg_toast_38774 + 38778 | | 0 | 38778 | pg_toast_38774_index + 38774 | | 0 | 38774 | rtype + 37748 | | 0 | 37748 | pktable_pkey + 37744 | | 0 | 37744 | pktable + 37752 | | 0 | 37752 | fktable + 38238 | | 0 | 38244 | foo + 38248 | | 0 | 38248 | pg_toast_38238_index + 38247 | | 0 | 38247 | pg_toast_38238 + 38439 | | 0 | 38439 | old_oids + 38456 | | 0 | 38456 | pg_toast_38453 + 38457 | | 0 | 38457 | pg_toast_38453_index + 38453 | | 0 | 38453 | recur2 + 38448 | | 0 | 38448 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.