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-05 00:35:14.539175966 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-05 00:38:44.634645049 +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 +-------+------------+---------------+-------------+---------------------- + 38004 | | 0 | 38004 | pktable_pkey + 38001 | | 0 | 38001 | pktable + 38006 | | 0 | 38006 | fktable + 38485 | | 0 | 38490 | foo + 38494 | | 0 | 38494 | pg_toast_38485_index + 38493 | | 0 | 38493 | pg_toast_38485 + 38709 | | 0 | 38709 | old_oids + 38729 | | 0 | 38729 | pg_toast_38726 + 38730 | | 0 | 38730 | pg_toast_38726_index + 38726 | | 0 | 38726 | recur2 + 38721 | | 0 | 38721 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.