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-09 01:20:12.205832329 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-09 01:23:36.600142255 +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 +-------+------------+---------------+-------------+---------------------- + 37797 | | 0 | 37797 | pg_toast_37792 + 37798 | | 0 | 37798 | pg_toast_37792_index + 37792 | | 0 | 37792 | users + 37791 | | 0 | 37791 | users_id_seq + 38086 | | 0 | 38086 | foo + 38247 | | 0 | 38247 | forc_test + 37802 | | 0 | 37802 | pktable_pkey + 37799 | | 0 | 37799 | pktable + 37804 | | 0 | 37804 | fktable + 38293 | | 0 | 38298 | foo + 38302 | | 0 | 38302 | pg_toast_38293_index + 38301 | | 0 | 38301 | pg_toast_38293 + 38500 | | 0 | 38500 | old_oids + 38521 | | 0 | 38521 | pg_toast_38518 + 38522 | | 0 | 38522 | pg_toast_38518_index + 38518 | | 0 | 38518 | recur2 + 38512 | | 0 | 38512 | recur1 + 38707 | | 0 | 38707 | pg_toast_38704 + 38708 | | 0 | 38708 | pg_toast_38704_index + 38704 | | 0 | 38704 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.