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-15 14:06:14.540745383 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-03-15 14:10:13.944583449 +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 +-------+------------+---------------+-------------+---------------------- + 36930 | | 0 | 36930 | users_id_seq + 36941 | | 0 | 36941 | pg_toast_36931 + 36946 | | 0 | 36946 | pg_toast_36931_index + 36931 | | 0 | 36931 | users + 37322 | | 0 | 37322 | foo + 37562 | | 0 | 37562 | forc_test + 37899 | | 0 | 37899 | pg_toast_37896 + 37900 | | 0 | 37900 | pg_toast_37896_index + 37896 | | 0 | 37896 | rtype + 36842 | | 0 | 36842 | pktable_pkey + 36839 | | 0 | 36839 | pktable + 36845 | | 0 | 36845 | fktable + 37311 | | 0 | 37316 | foo + 37320 | | 0 | 37320 | pg_toast_37311_index + 37319 | | 0 | 37319 | pg_toast_37311 + 37527 | | 0 | 37527 | old_oids + 37546 | | 0 | 37546 | pg_toast_37543 + 37547 | | 0 | 37547 | pg_toast_37543_index + 37543 | | 0 | 37543 | recur2 + 37538 | | 0 | 37538 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.