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-23 19:37:10.381163610 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-04-23 19:39:42.393080428 +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 +-------+------------+---------------+-------------+---------------------- + 37799 | | 0 | 37799 | users_id_seq + 37805 | | 0 | 37805 | pg_toast_37800 + 37806 | | 0 | 37806 | pg_toast_37800_index + 37800 | | 0 | 37800 | users + 38183 | | 0 | 38183 | foo + 38337 | | 0 | 38337 | forc_test + 38699 | | 0 | 38699 | pg_toast_38695 + 38700 | | 0 | 38700 | pg_toast_38695_index + 38695 | | 0 | 38695 | rtype + 37758 | | 0 | 37758 | pktable_pkey + 37752 | | 0 | 37752 | pktable + 37760 | | 0 | 37760 | fktable + 38229 | | 0 | 38234 | foo + 38238 | | 0 | 38238 | pg_toast_38229_index + 38237 | | 0 | 38237 | pg_toast_38229 + 38476 | | 0 | 38476 | old_oids + 38494 | | 0 | 38494 | pg_toast_38491 + 38495 | | 0 | 38495 | pg_toast_38491_index + 38491 | | 0 | 38491 | recur2 + 38486 | | 0 | 38486 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.