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-10-24 04:03:28.710202025 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-24 04:06:51.237396421 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 38007 | | 0 | 38007 | pktable_pkey + 38004 | | 0 | 38004 | pktable + 38010 | | 0 | 38010 | fktable + 38496 | | 0 | 38501 | foo + 38505 | | 0 | 38505 | pg_toast_38496_index + 38504 | | 0 | 38504 | pg_toast_38496 + 38711 | | 0 | 38711 | old_oids + 38731 | | 0 | 38731 | pg_toast_38728 + 38732 | | 0 | 38732 | pg_toast_38728_index + 38728 | | 0 | 38728 | recur2 + 38723 | | 0 | 38723 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.