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-12 21:57:07.355928269 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-12 22:00:22.672985453 +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 +-------+------------+---------------+-------------+---------------------- + 37865 | | 0 | 37865 | users_id_seq + 37871 | | 0 | 37871 | pg_toast_37867 + 37872 | | 0 | 37872 | pg_toast_37867_index + 37867 | | 0 | 37867 | users + 38051 | | 0 | 38051 | foo + 38435 | | 0 | 38435 | forc_test + 38828 | | 0 | 38828 | pg_toast_38825 + 38829 | | 0 | 38829 | pg_toast_38825_index + 38825 | | 0 | 38825 | rtype + 37808 | | 0 | 37808 | pktable_pkey + 37805 | | 0 | 37805 | pktable + 37814 | | 0 | 37814 | fktable + 38293 | | 0 | 38299 | foo + 38303 | | 0 | 38303 | pg_toast_38293_index + 38302 | | 0 | 38302 | pg_toast_38293 + 38514 | | 0 | 38514 | old_oids + 38531 | | 0 | 38531 | pg_toast_38528 + 38532 | | 0 | 38532 | pg_toast_38528_index + 38528 | | 0 | 38528 | recur2 + 38523 | | 0 | 38523 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.