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-04-09 18:08:36.942603302 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-09 18:10:51.994537193 +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 +-------+------------+---------------+-------------+---------------------- + 37802 | | 0 | 37802 | users_id_seq + 37808 | | 0 | 37808 | pg_toast_37803 + 37809 | | 0 | 37809 | pg_toast_37803_index + 37803 | | 0 | 37803 | users + 37735 | | 0 | 37735 | pktable_pkey + 37732 | | 0 | 37732 | pktable + 37740 | | 0 | 37740 | fktable + 38035 | | 0 | 38035 | foo + 38211 | | 0 | 38211 | forc_test + 38748 | | 0 | 38748 | pg_toast_38745 + 38749 | | 0 | 38749 | pg_toast_38745_index + 38745 | | 0 | 38745 | rtype + 38333 | | 0 | 38338 | foo + 38342 | | 0 | 38342 | pg_toast_38333_index + 38341 | | 0 | 38341 | pg_toast_38333 + 38543 | | 0 | 38543 | old_oids + 38562 | | 0 | 38562 | pg_toast_38559 + 38563 | | 0 | 38563 | pg_toast_38559_index + 38559 | | 0 | 38559 | recur2 + 38554 | | 0 | 38554 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.