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-09-04 19:49:11.694217348 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-04 19:52:35.329939081 +0000 @@ -3492,9 +3492,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 +-------+------------+---------------+-------------+---------------------- + 36651 | | 0 | 36651 | pktable_pkey + 36648 | | 0 | 36648 | pktable + 36653 | | 0 | 36653 | fktable + 37140 | | 0 | 37146 | foo + 37150 | | 0 | 37150 | pg_toast_37140_index + 37149 | | 0 | 37149 | pg_toast_37140 + 37371 | | 0 | 37371 | old_oids + 37404 | | 0 | 37404 | pg_toast_37401 + 37405 | | 0 | 37405 | pg_toast_37401_index + 37401 | | 0 | 37401 | recur2 + 37396 | | 0 | 37396 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.