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-08 08:33:24.195948443 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-08 08:37:37.259750814 +0000 @@ -3476,9 +3476,20 @@ 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 +-------+------------+---------------+-------------+---------------------- + 37778 | | 0 | 37778 | pktable_pkey + 37775 | | 0 | 37775 | pktable + 37782 | | 0 | 37782 | fktable + 38327 | | 0 | 38332 | foo + 38336 | | 0 | 38336 | pg_toast_38327_index + 38335 | | 0 | 38335 | pg_toast_38327 + 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 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.