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-12 16:08:19.680183458 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-02-12 16:11:33.661417120 +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 +-------+------------+---------------+-------------+---------------------- + 40731 | | 0 | 40731 | pktable_pkey + 40727 | | 0 | 40727 | pktable + 40733 | | 0 | 40733 | fktable + 41213 | | 0 | 41218 | foo + 41222 | | 0 | 41222 | pg_toast_41213_index + 41221 | | 0 | 41221 | pg_toast_41213 + 41438 | | 0 | 41438 | old_oids + 41456 | | 0 | 41456 | pg_toast_41453 + 41457 | | 0 | 41457 | pg_toast_41453_index + 41453 | | 0 | 41453 | recur2 + 41448 | | 0 | 41448 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.