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-10 16:20:56.144005586 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-10 16:25:39.937865831 +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 +-------+------------+---------------+-------------+---------------------- + 36706 | | 0 | 36706 | pktable_pkey + 36703 | | 0 | 36703 | pktable + 36713 | | 0 | 36713 | fktable + 37166 | | 0 | 37171 | foo + 37175 | | 0 | 37175 | pg_toast_37166_index + 37174 | | 0 | 37174 | pg_toast_37166 + 37418 | | 0 | 37418 | old_oids + 37444 | | 0 | 37444 | pg_toast_37441 + 37445 | | 0 | 37445 | pg_toast_37441_index + 37441 | | 0 | 37441 | recur2 + 37436 | | 0 | 37436 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.