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 2025-02-18 20:12:23.117776898 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-02-18 20:15:37.367884678 +0000 @@ -3504,9 +3504,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 +-------+------------+---------------+-------------+---------------------- + 40841 | | 0 | 40841 | pktable_pkey + 40837 | | 0 | 40837 | pktable + 40844 | | 0 | 40844 | fktable + 41324 | | 0 | 41331 | foo + 41335 | | 0 | 41335 | pg_toast_41324_index + 41334 | | 0 | 41334 | pg_toast_41324 + 41585 | | 0 | 41585 | old_oids + 41602 | | 0 | 41602 | pg_toast_41599 + 41603 | | 0 | 41603 | pg_toast_41599_index + 41599 | | 0 | 41599 | recur2 + 41594 | | 0 | 41594 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.