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-08-26 06:15:18.331286466 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-08-26 06:19:49.532862245 +0000 @@ -3492,9 +3492,29 @@ 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 +-------+------------+---------------+-------------+---------------------- + 36462 | | 0 | 36462 | users_id_seq + 36475 | | 0 | 36475 | pg_toast_36464 + 36476 | | 0 | 36476 | pg_toast_36464_index + 36464 | | 0 | 36464 | users + 36779 | | 0 | 36779 | foo + 37019 | | 0 | 37019 | forc_test + 36604 | | 0 | 36604 | pktable_pkey + 36601 | | 0 | 36601 | pktable + 36613 | | 0 | 36613 | fktable + 37104 | | 0 | 37109 | foo + 37113 | | 0 | 37113 | pg_toast_37104_index + 37112 | | 0 | 37112 | pg_toast_37104 + 37314 | | 0 | 37314 | old_oids + 37332 | | 0 | 37332 | pg_toast_37329 + 37333 | | 0 | 37333 | pg_toast_37329_index + 37329 | | 0 | 37329 | recur2 + 37324 | | 0 | 37324 | recur1 + 37575 | | 0 | 37575 | pg_toast_37572 + 37576 | | 0 | 37576 | pg_toast_37572_index + 37572 | | 0 | 37572 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.