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-11-07 04:09:04.432744501 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out 2024-11-07 04:15:52.733653024 +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 +-------+------------+---------------+-------------+---------------------- + 38056 | | 0 | 38056 | foo + 37732 | | 0 | 37732 | users_id_seq + 37738 | | 0 | 37738 | pg_toast_37733 + 37739 | | 0 | 37739 | pg_toast_37733_index + 37733 | | 0 | 37733 | users + 38219 | | 0 | 38219 | forc_test + 37984 | | 0 | 37984 | pktable_pkey + 37980 | | 0 | 37980 | pktable + 37986 | | 0 | 37986 | fktable + 38444 | | 0 | 38450 | foo + 38454 | | 0 | 38454 | pg_toast_38444_index + 38453 | | 0 | 38453 | pg_toast_38444 + 38667 | | 0 | 38667 | old_oids + 38689 | | 0 | 38689 | pg_toast_38686 + 38690 | | 0 | 38690 | pg_toast_38686_index + 38686 | | 0 | 38686 | recur2 + 38680 | | 0 | 38680 | recur1 + 38665 | | 0 | 38665 | pg_toast_38662 + 38666 | | 0 | 38666 | pg_toast_38662_index + 38662 | | 0 | 38662 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.