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-11 08:51:15.376370889 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-11 08:56:12.059777300 +0000 @@ -3481,9 +3481,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 +-------+------------+---------------+-------------+---------------------- + 39643 | | 0 | 39643 | pg_toast_39634_index + 39634 | | 0 | 39634 | users + 39632 | | 0 | 39632 | users_id_seq + 39642 | | 0 | 39642 | pg_toast_39634 + 39878 | | 0 | 39878 | foo + 40066 | | 0 | 40066 | forc_test + 39537 | | 0 | 39537 | pktable_pkey + 39533 | | 0 | 39533 | pktable + 39541 | | 0 | 39541 | fktable + 40113 | | 0 | 40122 | foo + 40126 | | 0 | 40126 | pg_toast_40113_index + 40125 | | 0 | 40125 | pg_toast_40113 + 40329 | | 0 | 40329 | old_oids + 40346 | | 0 | 40346 | pg_toast_40343 + 40347 | | 0 | 40347 | pg_toast_40343_index + 40343 | | 0 | 40343 | recur2 + 40338 | | 0 | 40338 | recur1 + 40645 | | 0 | 40645 | pg_toast_40642 + 40646 | | 0 | 40646 | pg_toast_40642_index + 40642 | | 0 | 40642 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.