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-11-16 00:07:04.021158405 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-16 00:12:35.580703124 +0000 @@ -3481,9 +3481,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 +-------+------------+---------------+-------------+---------------------- + 39620 | | 0 | 39620 | pktable_pkey + 39614 | | 0 | 39614 | pktable + 39623 | | 0 | 39623 | fktable + 40130 | | 0 | 40135 | foo + 40139 | | 0 | 40139 | pg_toast_40130_index + 40138 | | 0 | 40138 | pg_toast_40130 + 40353 | | 0 | 40353 | old_oids + 40371 | | 0 | 40371 | pg_toast_40368 + 40372 | | 0 | 40372 | pg_toast_40368_index + 40368 | | 0 | 40368 | recur2 + 40363 | | 0 | 40363 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.