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-23 19:37:10.381163610 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-04-23 19:39:13.561108636 +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 +-------+------------+---------------+-------------+---------------------- + 37949 | | 0 | 37949 | users_id_seq + 37955 | | 0 | 37955 | pg_toast_37950 + 37956 | | 0 | 37956 | pg_toast_37950_index + 37950 | | 0 | 37950 | users + 38192 | | 0 | 38192 | foo + 38487 | | 0 | 38487 | forc_test + 38871 | | 0 | 38871 | pg_toast_38867 + 38872 | | 0 | 38872 | pg_toast_38867_index + 38867 | | 0 | 38867 | rtype + 37786 | | 0 | 37786 | pktable_pkey + 37783 | | 0 | 37783 | pktable + 37788 | | 0 | 37788 | fktable + 38301 | | 0 | 38307 | foo + 38311 | | 0 | 38311 | pg_toast_38301_index + 38310 | | 0 | 38310 | pg_toast_38301 + 38536 | | 0 | 38536 | old_oids + 38556 | | 0 | 38556 | pg_toast_38553 + 38557 | | 0 | 38557 | pg_toast_38553_index + 38553 | | 0 | 38553 | recur2 + 38547 | | 0 | 38547 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.