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-17 18:44:25.228315756 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-02-17 18:49:46.434751950 +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 +-------+------------+---------------+-------------+---------------------- + 40863 | | 0 | 40863 | pktable_pkey + 40859 | | 0 | 40859 | pktable + 40865 | | 0 | 40865 | fktable + 41386 | | 0 | 41391 | foo + 41395 | | 0 | 41395 | pg_toast_41386_index + 41394 | | 0 | 41394 | pg_toast_41386 + 41624 | | 0 | 41624 | old_oids + 41641 | | 0 | 41641 | pg_toast_41638 + 41642 | | 0 | 41642 | pg_toast_41638_index + 41638 | | 0 | 41638 | recur2 + 41633 | | 0 | 41633 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.