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-05-03 06:45:41.361178110 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-05-03 06:48:19.045133102 +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 +-------+------------+---------------+-------------+---------------------- + 37975 | | 0 | 37975 | users_id_seq + 37985 | | 0 | 37985 | pg_toast_37979 + 37986 | | 0 | 37986 | pg_toast_37979_index + 37979 | | 0 | 37979 | users + 38316 | | 0 | 38316 | foo + 38522 | | 0 | 38522 | forc_test + 38940 | | 0 | 38940 | pg_toast_38937 + 38941 | | 0 | 38941 | pg_toast_38937_index + 38937 | | 0 | 38937 | rtype + 37673 | | 0 | 37673 | pktable_pkey + 37670 | | 0 | 37670 | pktable + 37678 | | 0 | 37678 | fktable + 38256 | | 0 | 38261 | foo + 38265 | | 0 | 38265 | pg_toast_38256_index + 38264 | | 0 | 38264 | pg_toast_38256 + 38474 | | 0 | 38474 | old_oids + 38492 | | 0 | 38492 | pg_toast_38489 + 38493 | | 0 | 38493 | pg_toast_38489_index + 38489 | | 0 | 38489 | recur2 + 38484 | | 0 | 38484 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.