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-22 00:30:41.346659650 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-04-22 00:33:35.410587529 +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 +-------+------------+---------------+-------------+---------------------- + 37968 | | 0 | 37968 | users_id_seq + 37980 | | 0 | 37980 | pg_toast_37969 + 37981 | | 0 | 37981 | pg_toast_37969_index + 37969 | | 0 | 37969 | users + 38170 | | 0 | 38170 | foo + 38431 | | 0 | 38431 | forc_test + 38846 | | 0 | 38846 | pg_toast_38843 + 38848 | | 0 | 38848 | pg_toast_38843_index + 38843 | | 0 | 38843 | rtype + 37735 | | 0 | 37735 | pktable_pkey + 37732 | | 0 | 37732 | pktable + 37737 | | 0 | 37737 | fktable + 38231 | | 0 | 38237 | foo + 38241 | | 0 | 38241 | pg_toast_38231_index + 38240 | | 0 | 38240 | pg_toast_38231 + 38451 | | 0 | 38451 | old_oids + 38472 | | 0 | 38472 | pg_toast_38469 + 38473 | | 0 | 38473 | pg_toast_38469_index + 38469 | | 0 | 38469 | recur2 + 38464 | | 0 | 38464 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.