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-16 16:10:13.395215069 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-02-16 16:15:22.850610360 +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 +-------+------------+---------------+-------------+---------------------- + 40755 | | 0 | 40755 | pktable_pkey + 40751 | | 0 | 40751 | pktable + 40758 | | 0 | 40758 | fktable + 41234 | | 0 | 41239 | foo + 41243 | | 0 | 41243 | pg_toast_41234_index + 41242 | | 0 | 41242 | pg_toast_41234 + 41489 | | 0 | 41489 | old_oids + 41522 | | 0 | 41522 | pg_toast_41519 + 41523 | | 0 | 41523 | pg_toast_41519_index + 41519 | | 0 | 41519 | recur2 + 41513 | | 0 | 41513 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.