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-15 00:08:38.370473025 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-15 00:10:56.066536243 +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 +-------+------------+---------------+-------------+---------------------- + 37771 | | 0 | 37771 | pktable_pkey + 37768 | | 0 | 37768 | pktable + 37773 | | 0 | 37773 | fktable + 38348 | | 0 | 38354 | foo + 38358 | | 0 | 38358 | pg_toast_38348_index + 38357 | | 0 | 38357 | pg_toast_38348 + 38570 | | 0 | 38570 | old_oids + 38588 | | 0 | 38588 | pg_toast_38585 + 38589 | | 0 | 38589 | pg_toast_38585_index + 38585 | | 0 | 38585 | recur2 + 38580 | | 0 | 38580 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.