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-09-30 00:05:53.169467212 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-30 00:09:04.660834969 +0000 @@ -3492,9 +3492,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 +-------+------------+---------------+-------------+---------------------- + 37784 | | 0 | 37784 | pktable_pkey + 37777 | | 0 | 37777 | pktable + 37787 | | 0 | 37787 | fktable + 38307 | | 0 | 38312 | foo + 38316 | | 0 | 38316 | pg_toast_38307_index + 38315 | | 0 | 38315 | pg_toast_38307 + 38570 | | 0 | 38570 | old_oids + 38587 | | 0 | 38587 | pg_toast_38584 + 38588 | | 0 | 38588 | pg_toast_38584_index + 38584 | | 0 | 38584 | recur2 + 38579 | | 0 | 38579 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.