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-03-31 08:35:40.302091833 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-03-31 08:40:08.881852740 +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 +-------+------------+---------------+-------------+---------------------- + 37789 | | 0 | 37789 | users_id_seq + 37800 | | 0 | 37800 | pg_toast_37793 + 37801 | | 0 | 37801 | pg_toast_37793_index + 37793 | | 0 | 37793 | users + 37953 | | 0 | 37953 | foo + 38243 | | 0 | 38243 | forc_test + 38641 | | 0 | 38641 | pg_toast_38638 + 38642 | | 0 | 38642 | pg_toast_38638_index + 38638 | | 0 | 38638 | rtype + 37550 | | 0 | 37550 | pktable_pkey + 37544 | | 0 | 37544 | pktable + 37552 | | 0 | 37552 | fktable + 38057 | | 0 | 38062 | foo + 38066 | | 0 | 38066 | pg_toast_38057_index + 38065 | | 0 | 38065 | pg_toast_38057 + 38290 | | 0 | 38290 | old_oids + 38307 | | 0 | 38307 | pg_toast_38304 + 38308 | | 0 | 38308 | pg_toast_38304_index + 38304 | | 0 | 38304 | recur2 + 38299 | | 0 | 38299 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.