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-16 07:33:06.264729079 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-09-16 07:36:07.557956465 +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 +-------+------------+---------------+-------------+---------------------- + 36635 | | 0 | 36635 | pktable_pkey + 36632 | | 0 | 36632 | pktable + 36639 | | 0 | 36639 | fktable + 37123 | | 0 | 37132 | foo + 37136 | | 0 | 37136 | pg_toast_37123_index + 37135 | | 0 | 37135 | pg_toast_37123 + 37351 | | 0 | 37351 | old_oids + 37368 | | 0 | 37368 | pg_toast_37365 + 37369 | | 0 | 37369 | pg_toast_37365_index + 37365 | | 0 | 37365 | recur2 + 37360 | | 0 | 37360 | recur1 +(11 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.