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-29 07:08:10.679302586 +0000 +++ /tmp/cirrus-ci-build/build/testrun/recovery/027_stream_regress/data/results/alter_table.out 2024-03-29 07:10:35.083189058 +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 +-------+------------+---------------+-------------+---------------------- + 38606 | | 0 | 38606 | pg_toast_38603 + 37693 | | 0 | 37693 | users_id_seq + 37699 | | 0 | 37699 | pg_toast_37694 + 37700 | | 0 | 37700 | pg_toast_37694_index + 37694 | | 0 | 37694 | users + 37908 | | 0 | 37908 | foo + 38198 | | 0 | 38198 | forc_test + 38607 | | 0 | 38607 | pg_toast_38603_index + 38603 | | 0 | 38603 | rtype + 37573 | | 0 | 37573 | pktable_pkey + 37570 | | 0 | 37570 | pktable + 37576 | | 0 | 37576 | fktable + 38057 | | 0 | 38063 | foo + 38067 | | 0 | 38067 | pg_toast_38057_index + 38066 | | 0 | 38066 | pg_toast_38057 + 38291 | | 0 | 38291 | old_oids + 38310 | | 0 | 38310 | pg_toast_38307 + 38311 | | 0 | 38311 | pg_toast_38307_index + 38307 | | 0 | 38307 | recur2 + 38302 | | 0 | 38302 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.