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-05 02:41:51.756141440 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-04-05 02:46:28.047912594 +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 +-------+------------+---------------+-------------+---------------------- + 37788 | | 0 | 37788 | users_id_seq + 37797 | | 0 | 37797 | pg_toast_37789 + 37798 | | 0 | 37798 | pg_toast_37789_index + 37789 | | 0 | 37789 | users + 38114 | | 0 | 38114 | foo + 38353 | | 0 | 38353 | forc_test + 38685 | | 0 | 38685 | pg_toast_38682 + 38686 | | 0 | 38686 | pg_toast_38682_index + 38682 | | 0 | 38682 | rtype + 37578 | | 0 | 37578 | pktable_pkey + 37575 | | 0 | 37575 | pktable + 37580 | | 0 | 37580 | fktable + 38097 | | 0 | 38102 | foo + 38106 | | 0 | 38106 | pg_toast_38097_index + 38105 | | 0 | 38105 | pg_toast_38097 + 38328 | | 0 | 38328 | recur2 + 38323 | | 0 | 38323 | recur1 + 38313 | | 0 | 38313 | old_oids + 38331 | | 0 | 38331 | pg_toast_38328 + 38332 | | 0 | 38332 | pg_toast_38328_index +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.