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-09-26 04:19:40.637831773 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-09-26 04:22:47.083009266 +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 +-------+------------+---------------+-------------+---------------------- + 37727 | | 0 | 37727 | users_id_seq + 37734 | | 0 | 37734 | pg_toast_37728 + 37735 | | 0 | 37735 | pg_toast_37728_index + 37728 | | 0 | 37728 | users + 37922 | | 0 | 37922 | foo + 38226 | | 0 | 38226 | forc_test + 38614 | | 0 | 38614 | pg_toast_38611 + 38615 | | 0 | 38615 | pg_toast_38611_index + 38611 | | 0 | 38611 | rtype + 37551 | | 0 | 37551 | pktable_pkey + 37548 | | 0 | 37548 | pktable + 37553 | | 0 | 37553 | fktable + 38030 | | 0 | 38035 | foo + 38039 | | 0 | 38039 | pg_toast_38030_index + 38038 | | 0 | 38038 | pg_toast_38030 + 38244 | | 0 | 38244 | old_oids + 38263 | | 0 | 38263 | pg_toast_38260 + 38264 | | 0 | 38264 | pg_toast_38260_index + 38260 | | 0 | 38260 | recur2 + 38255 | | 0 | 38255 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.