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-27 09:48:50.220915845 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-01-27 09:53:50.104725143 +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 +-------+------------+---------------+-------------+---------------------- + 40226 | | 0 | 40226 | pktable_pkey + 40222 | | 0 | 40222 | pktable + 40228 | | 0 | 40228 | fktable + 40757 | | 0 | 40762 | foo + 40766 | | 0 | 40766 | pg_toast_40757_index + 40765 | | 0 | 40765 | pg_toast_40757 + 40995 | | 0 | 40995 | old_oids + 41012 | | 0 | 41012 | pg_toast_41009 + 41013 | | 0 | 41013 | pg_toast_41009_index + 41009 | | 0 | 41009 | recur2 + 41004 | | 0 | 41004 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.