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-14 10:49:03.461544712 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-14 10:52:14.285830590 +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 +-------+------------+---------------+-------------+---------------------- + 36660 | | 0 | 36660 | pktable_pkey + 36657 | | 0 | 36657 | pktable + 36663 | | 0 | 36663 | fktable + 37135 | | 0 | 37140 | foo + 37144 | | 0 | 37144 | pg_toast_37135_index + 37143 | | 0 | 37143 | pg_toast_37135 + 37345 | | 0 | 37345 | old_oids + 37365 | | 0 | 37365 | pg_toast_37362 + 37366 | | 0 | 37366 | pg_toast_37362_index + 37362 | | 0 | 37362 | recur2 + 37356 | | 0 | 37356 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.