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-02 19:38:10.761879273 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-02 19:42:48.571997682 +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 +-------+------------+---------------+-------------+---------------------- + 36618 | | 0 | 36618 | pktable_pkey + 36615 | | 0 | 36615 | pktable + 36620 | | 0 | 36620 | fktable + 37104 | | 0 | 37110 | foo + 37114 | | 0 | 37114 | pg_toast_37104_index + 37113 | | 0 | 37113 | pg_toast_37104 + 37329 | | 0 | 37329 | old_oids + 37347 | | 0 | 37347 | pg_toast_37344 + 37348 | | 0 | 37348 | pg_toast_37344_index + 37344 | | 0 | 37344 | recur2 + 37339 | | 0 | 37339 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.