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-03-13 11:27:25.927364516 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out 2024-03-13 11:33:32.710810561 +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 +-------+------------+---------------+-------------+---------------------- + 37314 | | 0 | 37314 | forc_test + 36965 | | 0 | 36965 | users_id_seq + 36980 | | 0 | 36980 | pg_toast_36968 + 36981 | | 0 | 36981 | pg_toast_36968_index + 36968 | | 0 | 36968 | users + 37136 | | 0 | 37136 | foo + 37822 | | 0 | 37822 | pg_toast_37815 + 37823 | | 0 | 37823 | pg_toast_37815_index + 37815 | | 0 | 37815 | rtype + 36886 | | 0 | 36886 | pktable_pkey + 36883 | | 0 | 36883 | pktable + 36888 | | 0 | 36888 | fktable + 37392 | | 0 | 37397 | foo + 37401 | | 0 | 37401 | pg_toast_37392_index + 37400 | | 0 | 37400 | pg_toast_37392 + 37603 | | 0 | 37603 | old_oids + 37623 | | 0 | 37623 | pg_toast_37620 + 37624 | | 0 | 37624 | pg_toast_37620_index + 37620 | | 0 | 37620 | recur2 + 37614 | | 0 | 37614 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.