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-10-18 08:28:15.382159378 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-18 08:32:11.124819840 +0000 @@ -3491,9 +3491,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 +-------+------------+---------------+-------------+---------------------- + 38838 | | 0 | 38838 | rtype + 37898 | | 0 | 37898 | users_id_seq + 37904 | | 0 | 37904 | pg_toast_37899 + 37905 | | 0 | 37905 | pg_toast_37899_index + 37899 | | 0 | 37899 | users + 38091 | | 0 | 38091 | foo + 38377 | | 0 | 38377 | forc_test + 38841 | | 0 | 38841 | pg_toast_38838 + 38842 | | 0 | 38842 | pg_toast_38838_index + 37767 | | 0 | 37767 | pktable_pkey + 37764 | | 0 | 37764 | pktable + 37773 | | 0 | 37773 | fktable + 38280 | | 0 | 38285 | foo + 38289 | | 0 | 38289 | pg_toast_38280_index + 38288 | | 0 | 38288 | pg_toast_38280 + 38498 | | 0 | 38498 | old_oids + 38517 | | 0 | 38517 | pg_toast_38514 + 38518 | | 0 | 38518 | pg_toast_38514_index + 38514 | | 0 | 38514 | recur2 + 38509 | | 0 | 38509 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.