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 2024-12-25 20:29:06.898824595 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-12-25 20:32:12.362230958 +0000 @@ -3488,9 +3488,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 +-------+------------+---------------+-------------+---------------------- + 39807 | | 0 | 39807 | pktable_pkey + 39803 | | 0 | 39803 | pktable + 39809 | | 0 | 39809 | fktable + 40287 | | 0 | 40292 | foo + 40296 | | 0 | 40296 | pg_toast_40287_index + 40295 | | 0 | 40295 | pg_toast_40287 + 40546 | | 0 | 40546 | old_oids + 40565 | | 0 | 40565 | pg_toast_40562 + 40566 | | 0 | 40566 | pg_toast_40562_index + 40562 | | 0 | 40562 | recur2 + 40557 | | 0 | 40557 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.