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-08-24 11:42:10.576828450 +0000 +++ /tmp/cirrus-ci-build/src/test/recovery/tmp_check/results/alter_table.out 2024-08-24 11:48:49.866682719 +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 +-------+------------+---------------+-------------+---------------------- + 36724 | | 0 | 36724 | foo + 36490 | | 0 | 36490 | users_id_seq + 36495 | | 0 | 36495 | pg_toast_36491 + 36496 | | 0 | 36496 | pg_toast_36491_index + 36491 | | 0 | 36491 | users + 36862 | | 0 | 36862 | forc_test + 36568 | | 0 | 36568 | pktable_pkey + 36565 | | 0 | 36565 | pktable + 36571 | | 0 | 36571 | fktable + 37039 | | 0 | 37044 | foo + 37048 | | 0 | 37048 | pg_toast_37039_index + 37047 | | 0 | 37047 | pg_toast_37039 + 37251 | | 0 | 37251 | old_oids + 37272 | | 0 | 37272 | pg_toast_37269 + 37273 | | 0 | 37273 | pg_toast_37269_index + 37269 | | 0 | 37269 | recur2 + 37262 | | 0 | 37262 | recur1 + 37325 | | 0 | 37325 | pg_toast_37322 + 37326 | | 0 | 37326 | pg_toast_37322_index + 37322 | | 0 | 37322 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.