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-24 03:09:04.126297926 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-24 03:12:15.326679158 +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 +-------+------------+---------------+-------------+---------------------- + 37765 | | 0 | 37765 | pktable_pkey + 37762 | | 0 | 37762 | pktable + 37767 | | 0 | 37767 | fktable + 38227 | | 0 | 38233 | foo + 38237 | | 0 | 38237 | pg_toast_38227_index + 38236 | | 0 | 38236 | pg_toast_38227 + 38433 | | 0 | 38433 | old_oids + 38456 | | 0 | 38456 | pg_toast_38453 + 38457 | | 0 | 38457 | pg_toast_38453_index + 38453 | | 0 | 38453 | recur2 + 38447 | | 0 | 38447 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.