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-15 14:06:14.540745383 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-03-15 14:09:41.464618414 +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 +-------+------------+---------------+-------------+---------------------- + 37030 | | 0 | 37030 | pg_toast_37024_index + 37024 | | 0 | 37024 | users + 37023 | | 0 | 37023 | users_id_seq + 37029 | | 0 | 37029 | pg_toast_37024 + 37228 | | 0 | 37228 | foo + 37456 | | 0 | 37456 | forc_test + 37936 | | 0 | 37936 | pg_toast_37932_index + 37935 | | 0 | 37935 | pg_toast_37932 + 37932 | | 0 | 37932 | rtype + 36901 | | 0 | 36901 | pktable_pkey + 36898 | | 0 | 36898 | pktable + 36903 | | 0 | 36903 | fktable + 37397 | | 0 | 37407 | foo + 37411 | | 0 | 37411 | pg_toast_37397_index + 37410 | | 0 | 37410 | pg_toast_37397 + 37618 | | 0 | 37618 | old_oids + 37635 | | 0 | 37635 | pg_toast_37632 + 37636 | | 0 | 37636 | pg_toast_37632_index + 37632 | | 0 | 37632 | recur2 + 37627 | | 0 | 37627 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.