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-29 23:59:17.498912609 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-30 00:02:38.314872153 +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 +-------+------------+---------------+-------------+---------------------- + 38017 | | 0 | 38017 | pktable_pkey + 38014 | | 0 | 38014 | pktable + 38019 | | 0 | 38019 | fktable + 38487 | | 0 | 38492 | foo + 38496 | | 0 | 38496 | pg_toast_38487_index + 38495 | | 0 | 38495 | pg_toast_38487 + 38715 | | 0 | 38715 | old_oids + 38735 | | 0 | 38735 | pg_toast_38732 + 38736 | | 0 | 38736 | pg_toast_38732_index + 38732 | | 0 | 38732 | recur2 + 38727 | | 0 | 38727 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.