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-20 08:54:07.369499882 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-12-20 08:57:04.517300620 +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 +-------+------------+---------------+-------------+---------------------- + 39791 | | 0 | 39791 | pktable_pkey + 39787 | | 0 | 39787 | pktable + 39793 | | 0 | 39793 | fktable + 40289 | | 0 | 40294 | foo + 40298 | | 0 | 40298 | pg_toast_40289_index + 40297 | | 0 | 40297 | pg_toast_40289 + 40560 | | 0 | 40560 | old_oids + 40581 | | 0 | 40581 | pg_toast_40578 + 40582 | | 0 | 40582 | pg_toast_40578_index + 40578 | | 0 | 40578 | recur2 + 40573 | | 0 | 40573 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.