diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-03-29 07:08:11.015399690 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-29 07:10:22.099315006 +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 +-------+------------+---------------+-------------+---------------------- + 37801 | | 0 | 37801 | pg_toast_37796 + 37802 | | 0 | 37802 | pg_toast_37796_index + 37796 | | 0 | 37796 | users + 37795 | | 0 | 37795 | users_id_seq + 37993 | | 0 | 37993 | foo + 38269 | | 0 | 38269 | forc_test + 37738 | | 0 | 37738 | pktable_pkey + 37734 | | 0 | 37734 | pktable + 37742 | | 0 | 37742 | fktable + 38264 | | 0 | 38272 | foo + 38276 | | 0 | 38276 | pg_toast_38264_index + 38275 | | 0 | 38275 | pg_toast_38264 + 38480 | | 0 | 38480 | old_oids + 38497 | | 0 | 38497 | pg_toast_38494 + 38498 | | 0 | 38498 | pg_toast_38494_index + 38494 | | 0 | 38494 | recur2 + 38489 | | 0 | 38489 | recur1 + 38824 | | 0 | 38824 | pg_toast_38821 + 38825 | | 0 | 38825 | pg_toast_38821_index + 38821 | | 0 | 38821 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.