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-08 00:24:54.063544816 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2025-01-08 00:28:03.559006770 +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 +-------+------------+---------------+-------------+---------------------- + 39826 | | 0 | 39826 | pktable_pkey + 39822 | | 0 | 39822 | pktable + 39829 | | 0 | 39829 | fktable + 40348 | | 0 | 40353 | foo + 40357 | | 0 | 40357 | pg_toast_40348_index + 40356 | | 0 | 40356 | pg_toast_40348 + 40586 | | 0 | 40586 | old_oids + 40603 | | 0 | 40603 | pg_toast_40600 + 40604 | | 0 | 40604 | pg_toast_40600_index + 40600 | | 0 | 40600 | recur2 + 40595 | | 0 | 40595 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.