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-10-20 05:28:32.492778993 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-20 05:32:10.868375454 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 37867 | | 0 | 37867 | pktable_pkey + 37864 | | 0 | 37864 | pktable + 37871 | | 0 | 37871 | fktable + 38327 | | 0 | 38333 | foo + 38337 | | 0 | 38337 | pg_toast_38327_index + 38336 | | 0 | 38336 | pg_toast_38327 + 38547 | | 0 | 38547 | old_oids + 38565 | | 0 | 38565 | pg_toast_38562 + 38566 | | 0 | 38566 | pg_toast_38562_index + 38562 | | 0 | 38562 | recur2 + 38557 | | 0 | 38557 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.