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-09-24 03:09:04.126297926 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out 2024-09-24 03:15:58.439261239 +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 +-------+------------+---------------+-------------+---------------------- + 37640 | | 0 | 37640 | users_id_seq + 37645 | | 0 | 37645 | pg_toast_37641 + 37646 | | 0 | 37646 | pg_toast_37641_index + 37641 | | 0 | 37641 | users + 37845 | | 0 | 37845 | foo + 37985 | | 0 | 37985 | forc_test + 38586 | | 0 | 38586 | pg_toast_38580 + 38588 | | 0 | 38588 | pg_toast_38580_index + 38580 | | 0 | 38580 | rtype + 37692 | | 0 | 37692 | pktable_pkey + 37687 | | 0 | 37687 | pktable + 37695 | | 0 | 37695 | fktable + 38163 | | 0 | 38169 | foo + 38173 | | 0 | 38173 | pg_toast_38163_index + 38172 | | 0 | 38172 | pg_toast_38163 + 38367 | | 0 | 38367 | old_oids + 38385 | | 0 | 38385 | pg_toast_38382 + 38386 | | 0 | 38386 | pg_toast_38382_index + 38382 | | 0 | 38382 | recur2 + 38377 | | 0 | 38377 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.