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-04-20 06:11:40.467584443 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-04-20 06:14:11.155601463 +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 +-------+------------+---------------+-------------+---------------------- + 38014 | | 0 | 38014 | users_id_seq + 38027 | | 0 | 38027 | pg_toast_38017 + 38029 | | 0 | 38029 | pg_toast_38017_index + 38017 | | 0 | 38017 | users + 38311 | | 0 | 38311 | foo + 38500 | | 0 | 38500 | forc_test + 38874 | | 0 | 38874 | pg_toast_38871 + 38875 | | 0 | 38875 | pg_toast_38871_index + 38871 | | 0 | 38871 | rtype + 37721 | | 0 | 37721 | pktable_pkey + 37718 | | 0 | 37718 | pktable + 37723 | | 0 | 37723 | fktable + 38214 | | 0 | 38219 | foo + 38223 | | 0 | 38223 | pg_toast_38214_index + 38222 | | 0 | 38222 | pg_toast_38214 + 38449 | | 0 | 38449 | pg_toast_38446 + 38450 | | 0 | 38450 | pg_toast_38446_index + 38446 | | 0 | 38446 | recur2 + 38441 | | 0 | 38441 | recur1 + 38430 | | 0 | 38430 | old_oids +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.