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-03-27 06:24:34.254746325 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-03-27 06:26:40.514855061 +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 +-------+------------+---------------+-------------+---------------------- + 37868 | | 0 | 37868 | users_id_seq + 37874 | | 0 | 37874 | pg_toast_37869 + 37875 | | 0 | 37875 | pg_toast_37869_index + 37869 | | 0 | 37869 | users + 38125 | | 0 | 38125 | foo + 38379 | | 0 | 38379 | forc_test + 38827 | | 0 | 38827 | pg_toast_38822 + 38828 | | 0 | 38828 | pg_toast_38822_index + 38822 | | 0 | 38822 | rtype + 37551 | | 0 | 37551 | pktable_pkey + 37548 | | 0 | 37548 | pktable + 37554 | | 0 | 37554 | fktable + 38120 | | 0 | 38128 | foo + 38132 | | 0 | 38132 | pg_toast_38120_index + 38131 | | 0 | 38131 | pg_toast_38120 + 38331 | | 0 | 38331 | old_oids + 38349 | | 0 | 38349 | pg_toast_38346 + 38350 | | 0 | 38350 | pg_toast_38346_index + 38346 | | 0 | 38346 | recur2 + 38341 | | 0 | 38341 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.