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-05-05 05:17:44.831470955 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out 2024-05-05 05:22:36.999230752 +0000 @@ -3476,9 +3476,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 +-------+------------+---------------+-------------+---------------------- + 38885 | | 0 | 38885 | pg_toast_38882 + 38012 | | 0 | 38012 | users_id_seq + 38026 | | 0 | 38026 | pg_toast_38021 + 38028 | | 0 | 38028 | pg_toast_38021_index + 38021 | | 0 | 38021 | users + 38271 | | 0 | 38271 | foo + 38495 | | 0 | 38495 | forc_test + 38886 | | 0 | 38886 | pg_toast_38882_index + 38882 | | 0 | 38882 | rtype + 37670 | | 0 | 37670 | pktable_pkey + 37666 | | 0 | 37666 | pktable + 37672 | | 0 | 37672 | fktable + 38374 | | 0 | 38381 | foo + 38386 | | 0 | 38386 | pg_toast_38374_index + 38384 | | 0 | 38384 | pg_toast_38374 + 38607 | | 0 | 38607 | old_oids + 38625 | | 0 | 38625 | pg_toast_38622 + 38626 | | 0 | 38626 | pg_toast_38622_index + 38622 | | 0 | 38622 | recur2 + 38617 | | 0 | 38617 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.