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-16 17:54:38.806702560 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-04-16 17:57:18.398752710 +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 +-------+------------+---------------+-------------+---------------------- + 37771 | | 0 | 37771 | users_id_seq + 37778 | | 0 | 37778 | pg_toast_37773 + 37779 | | 0 | 37779 | pg_toast_37773_index + 37773 | | 0 | 37773 | users + 38012 | | 0 | 38012 | foo + 38343 | | 0 | 38343 | forc_test + 38728 | | 0 | 38728 | pg_toast_38725 + 38729 | | 0 | 38729 | pg_toast_38725_index + 38725 | | 0 | 38725 | rtype + 37678 | | 0 | 37678 | pktable_pkey + 37675 | | 0 | 37675 | pktable + 37681 | | 0 | 37681 | fktable + 38164 | | 0 | 38170 | foo + 38174 | | 0 | 38174 | pg_toast_38164_index + 38173 | | 0 | 38173 | pg_toast_38164 + 38386 | | 0 | 38386 | old_oids + 38407 | | 0 | 38407 | pg_toast_38404 + 38408 | | 0 | 38408 | pg_toast_38404_index + 38404 | | 0 | 38404 | recur2 + 38399 | | 0 | 38399 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.