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-04-20 06:11:40.465605642 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-20 06:13:58.145595695 +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 +-------+------------+---------------+-------------+---------------------- + 38921 | | 0 | 38921 | rtype + 37953 | | 0 | 37953 | users_id_seq + 37960 | | 0 | 37960 | pg_toast_37954 + 37961 | | 0 | 37961 | pg_toast_37954_index + 37954 | | 0 | 37954 | users + 38202 | | 0 | 38202 | foo + 38481 | | 0 | 38481 | forc_test + 38924 | | 0 | 38924 | pg_toast_38921 + 38925 | | 0 | 38925 | pg_toast_38921_index + 37875 | | 0 | 37875 | pktable_pkey + 37872 | | 0 | 37872 | pktable + 37878 | | 0 | 37878 | fktable + 38419 | | 0 | 38424 | foo + 38428 | | 0 | 38428 | pg_toast_38419_index + 38427 | | 0 | 38427 | pg_toast_38419 + 38651 | | 0 | 38651 | old_oids + 38671 | | 0 | 38671 | pg_toast_38668 + 38672 | | 0 | 38672 | pg_toast_38668_index + 38668 | | 0 | 38668 | recur2 + 38662 | | 0 | 38662 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.