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-20 18:34:24.460330034 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-02-20 18:37:44.615636364 +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 +-------+------------+---------------+-------------+---------------------- + 40868 | | 0 | 40868 | pktable_pkey + 40864 | | 0 | 40864 | pktable + 40870 | | 0 | 40870 | fktable + 41357 | | 0 | 41362 | foo + 41366 | | 0 | 41366 | pg_toast_41357_index + 41365 | | 0 | 41365 | pg_toast_41357 + 41618 | | 0 | 41618 | old_oids + 41635 | | 0 | 41635 | pg_toast_41632 + 41636 | | 0 | 41636 | pg_toast_41632_index + 41632 | | 0 | 41632 | recur2 + 41627 | | 0 | 41627 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.