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-31 15:16:40.552298998 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-01-31 15:21:02.649231451 +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 +-------+------------+---------------+-------------+---------------------- + 40184 | | 0 | 40184 | pktable_pkey + 40180 | | 0 | 40180 | pktable + 40186 | | 0 | 40186 | fktable + 40663 | | 0 | 40668 | foo + 40672 | | 0 | 40672 | pg_toast_40663_index + 40671 | | 0 | 40671 | pg_toast_40663 + 40945 | | 0 | 40945 | old_oids + 40962 | | 0 | 40962 | pg_toast_40959 + 40963 | | 0 | 40963 | pg_toast_40959_index + 40959 | | 0 | 40959 | recur2 + 40954 | | 0 | 40954 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.