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-12 14:35:10.139926488 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-12 14:38:14.986833842 +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 +-------+------------+---------------+-------------+---------------------- + 36594 | | 0 | 36594 | pktable_pkey + 36587 | | 0 | 36587 | pktable + 36599 | | 0 | 36599 | fktable + 37125 | | 0 | 37134 | foo + 37138 | | 0 | 37138 | pg_toast_37125_index + 37137 | | 0 | 37137 | pg_toast_37125 + 37360 | | 0 | 37360 | old_oids + 37386 | | 0 | 37386 | pg_toast_37383 + 37387 | | 0 | 37387 | pg_toast_37383_index + 37383 | | 0 | 37383 | recur2 + 37378 | | 0 | 37378 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.