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-14 17:15:15.068329384 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-14 17:18:49.059527136 +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 +-------+------------+---------------+-------------+---------------------- + 37858 | | 0 | 37858 | pktable_pkey + 37851 | | 0 | 37851 | pktable + 37862 | | 0 | 37862 | fktable + 38326 | | 0 | 38331 | foo + 38335 | | 0 | 38335 | pg_toast_38326_index + 38334 | | 0 | 38334 | pg_toast_38326 + 38542 | | 0 | 38542 | old_oids + 38560 | | 0 | 38560 | pg_toast_38557 + 38561 | | 0 | 38561 | pg_toast_38557_index + 38557 | | 0 | 38557 | recur2 + 38552 | | 0 | 38552 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.