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-26 01:29:14.058916810 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-26 01:32:33.256551056 +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 +-------+------------+---------------+-------------+---------------------- + 38000 | | 0 | 38000 | pktable_pkey + 37997 | | 0 | 37997 | pktable + 38003 | | 0 | 38003 | fktable + 38504 | | 0 | 38509 | foo + 38513 | | 0 | 38513 | pg_toast_38504_index + 38512 | | 0 | 38512 | pg_toast_38504 + 38713 | | 0 | 38713 | 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.