diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-05-05 05:17:42.933087773 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-05-05 05:19:37.805019505 +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 +-------+------------+---------------+-------------+---------------------- + 38103 | | 0 | 38103 | users_id_seq + 38110 | | 0 | 38110 | pg_toast_38104 + 38111 | | 0 | 38111 | pg_toast_38104_index + 38104 | | 0 | 38104 | users + 38430 | | 0 | 38430 | foo + 38609 | | 0 | 38609 | forc_test + 39022 | | 0 | 39022 | pg_toast_39019 + 39023 | | 0 | 39023 | pg_toast_39019_index + 39019 | | 0 | 39019 | rtype + 37814 | | 0 | 37814 | pktable_pkey + 37811 | | 0 | 37811 | pktable + 37816 | | 0 | 37816 | fktable + 38319 | | 0 | 38327 | foo + 38332 | | 0 | 38332 | pg_toast_38319_index + 38331 | | 0 | 38331 | pg_toast_38319 + 38539 | | 0 | 38539 | old_oids + 38557 | | 0 | 38557 | pg_toast_38554 + 38558 | | 0 | 38558 | pg_toast_38554_index + 38554 | | 0 | 38554 | recur2 + 38549 | | 0 | 38549 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.