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-01-20 12:01:31.672549741 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-01-20 12:05:40.495571083 +0000 @@ -3498,9 +3498,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 +-------+------------+---------------+-------------+---------------------- + 39984 | | 0 | 39984 | pktable_pkey + 39980 | | 0 | 39980 | pktable + 39987 | | 0 | 39987 | fktable + 40510 | | 0 | 40515 | foo + 40519 | | 0 | 40519 | pg_toast_40510_index + 40518 | | 0 | 40518 | pg_toast_40510 + 40748 | | 0 | 40748 | old_oids + 40765 | | 0 | 40765 | pg_toast_40762 + 40766 | | 0 | 40766 | pg_toast_40762_index + 40762 | | 0 | 40762 | recur2 + 40757 | | 0 | 40757 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.