diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-04-08 08:33:25.896419492 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-04-08 08:37:20.104280549 +0000 @@ -3476,9 +3476,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 +-------+------------+---------------+-------------+---------------------- + 37881 | | 0 | 37881 | users_id_seq + 37887 | | 0 | 37887 | pg_toast_37882 + 37888 | | 0 | 37888 | pg_toast_37882_index + 37882 | | 0 | 37882 | users + 38039 | | 0 | 38039 | foo + 37698 | | 0 | 37698 | pktable_pkey + 37695 | | 0 | 37695 | pktable + 37701 | | 0 | 37701 | fktable + 38203 | | 0 | 38211 | foo + 38215 | | 0 | 38215 | pg_toast_38203_index + 38214 | | 0 | 38214 | pg_toast_38203 + 38208 | | 0 | 38208 | forc_test + 38626 | | 0 | 38626 | pg_toast_38623 + 38627 | | 0 | 38627 | pg_toast_38623_index + 38623 | | 0 | 38623 | rtype + 38431 | | 0 | 38431 | old_oids + 38450 | | 0 | 38450 | pg_toast_38447 + 38451 | | 0 | 38451 | pg_toast_38447_index + 38447 | | 0 | 38447 | recur2 + 38442 | | 0 | 38442 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.