diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-05-01 08:36:41.713604503 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-05-01 08:39:13.225628820 +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 +-------+------------+---------------+-------------+---------------------- + 38365 | | 0 | 38365 | foo + 38030 | | 0 | 38030 | users_id_seq + 38038 | | 0 | 38038 | pg_toast_38031 + 38039 | | 0 | 38039 | pg_toast_38031_index + 38031 | | 0 | 38031 | users + 38453 | | 0 | 38453 | forc_test + 38789 | | 0 | 38789 | pg_toast_38786 + 38790 | | 0 | 38790 | pg_toast_38786_index + 38786 | | 0 | 38786 | rtype + 37665 | | 0 | 37665 | pktable_pkey + 37662 | | 0 | 37662 | pktable + 37667 | | 0 | 37667 | fktable + 38196 | | 0 | 38202 | foo + 38206 | | 0 | 38206 | pg_toast_38196_index + 38205 | | 0 | 38205 | pg_toast_38196 + 38456 | | 0 | 38456 | old_oids + 38475 | | 0 | 38475 | pg_toast_38472 + 38476 | | 0 | 38476 | pg_toast_38472_index + 38472 | | 0 | 38472 | recur2 + 38467 | | 0 | 38467 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.