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-02-27 18:55:00.381675532 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out 2024-02-27 19:01:38.629347093 +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 +-------+------------+---------------+-------------+---------------------- + 36876 | | 0 | 36876 | users_id_seq + 36883 | | 0 | 36883 | pg_toast_36878 + 36887 | | 0 | 36887 | pg_toast_36878_index + 36878 | | 0 | 36878 | users + 37052 | | 0 | 37052 | foo + 37240 | | 0 | 37240 | forc_test + 36749 | | 0 | 36749 | pktable_pkey + 36746 | | 0 | 36746 | pktable + 36755 | | 0 | 36755 | fktable + 37280 | | 0 | 37286 | foo + 37290 | | 0 | 37290 | pg_toast_37280_index + 37289 | | 0 | 37289 | pg_toast_37280 + 37496 | | 0 | 37496 | old_oids + 37515 | | 0 | 37515 | pg_toast_37512 + 37516 | | 0 | 37516 | pg_toast_37512_index + 37512 | | 0 | 37512 | recur2 + 37507 | | 0 | 37507 | recur1 + 37660 | | 0 | 37660 | pg_toast_37657 + 37661 | | 0 | 37661 | pg_toast_37657_index + 37657 | | 0 | 37657 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.