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-16 21:51:52.791880024 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-12-16 21:54:51.614542332 +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 +-------+------------+---------------+-------------+---------------------- + 39819 | | 0 | 39819 | pktable_pkey + 39815 | | 0 | 39815 | pktable + 39821 | | 0 | 39821 | fktable + 40305 | | 0 | 40320 | foo + 40324 | | 0 | 40324 | pg_toast_40305_index + 40323 | | 0 | 40323 | pg_toast_40305 + 40576 | | 0 | 40576 | old_oids + 40593 | | 0 | 40593 | pg_toast_40590 + 40594 | | 0 | 40594 | pg_toast_40590_index + 40590 | | 0 | 40590 | recur2 + 40585 | | 0 | 40585 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.