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-10 16:20:55.271925416 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-09-10 16:25:42.730086709 +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 +-------+------------+---------------+-------------+---------------------- + 37117 | | 0 | 37117 | forc_test + 36681 | | 0 | 36681 | users_id_seq + 36686 | | 0 | 36686 | pg_toast_36682 + 36687 | | 0 | 36687 | pg_toast_36682_index + 36682 | | 0 | 36682 | users + 36881 | | 0 | 36881 | foo + 37555 | | 0 | 37555 | pg_toast_37552 + 37556 | | 0 | 37556 | pg_toast_37552_index + 37552 | | 0 | 37552 | rtype + 36370 | | 0 | 36370 | pktable_pkey + 36364 | | 0 | 36364 | pktable + 36378 | | 0 | 36378 | fktable + 36914 | | 0 | 36919 | foo + 36923 | | 0 | 36923 | pg_toast_36914_index + 36922 | | 0 | 36922 | pg_toast_36914 + 37140 | | 0 | 37140 | old_oids + 37158 | | 0 | 37158 | pg_toast_37155 + 37159 | | 0 | 37159 | pg_toast_37155_index + 37155 | | 0 | 37155 | recur2 + 37150 | | 0 | 37150 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.