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-02-23 22:53:59.347659558 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-02-23 22:58:11.315505123 +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 +-------+------------+---------------+-------------+---------------------- + 37171 | | 0 | 37171 | forc_test + 36731 | | 0 | 36731 | users_id_seq + 36737 | | 0 | 36737 | pg_toast_36732 + 36738 | | 0 | 36738 | pg_toast_36732_index + 36732 | | 0 | 36732 | users + 36965 | | 0 | 36965 | foo + 37634 | | 0 | 37634 | pg_toast_37631 + 37635 | | 0 | 37635 | pg_toast_37631_index + 37631 | | 0 | 37631 | rtype + 36663 | | 0 | 36663 | pktable_pkey + 36660 | | 0 | 36660 | pktable + 36666 | | 0 | 36666 | fktable + 37149 | | 0 | 37157 | foo + 37162 | | 0 | 37162 | pg_toast_37149_index + 37161 | | 0 | 37161 | pg_toast_37149 + 37368 | | 0 | 37368 | old_oids + 37386 | | 0 | 37386 | pg_toast_37383 + 37387 | | 0 | 37387 | pg_toast_37383_index + 37383 | | 0 | 37383 | recur2 + 37378 | | 0 | 37378 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.