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-03-27 06:24:34.254746325 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-03-27 06:27:15.246858889 +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 +-------+------------+---------------+-------------+---------------------- + 37902 | | 0 | 37902 | users_id_seq + 37917 | | 0 | 37917 | pg_toast_37909 + 37918 | | 0 | 37918 | pg_toast_37909_index + 37909 | | 0 | 37909 | users + 37506 | | 0 | 37506 | pktable_pkey + 37503 | | 0 | 37503 | pktable + 37510 | | 0 | 37510 | fktable + 37999 | | 0 | 38004 | foo + 38008 | | 0 | 38008 | pg_toast_37999_index + 38007 | | 0 | 38007 | pg_toast_37999 + 38254 | | 0 | 38254 | recur1 + 38245 | | 0 | 38245 | old_oids + 38262 | | 0 | 38262 | pg_toast_38259 + 38263 | | 0 | 38263 | pg_toast_38259_index + 38259 | | 0 | 38259 | recur2 + 38226 | | 0 | 38226 | foo + 38362 | | 0 | 38362 | forc_test + 38628 | | 0 | 38628 | pg_toast_38625 + 38629 | | 0 | 38629 | pg_toast_38625_index + 38625 | | 0 | 38625 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.