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-11-03 02:32:15.603018815 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-11-03 02:35:52.786569127 +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 +-------+------------+---------------+-------------+---------------------- + 38127 | | 0 | 38127 | users_id_seq + 38132 | | 0 | 38132 | pg_toast_38128 + 38133 | | 0 | 38133 | pg_toast_38128_index + 38128 | | 0 | 38128 | users + 38329 | | 0 | 38329 | foo + 38578 | | 0 | 38578 | forc_test + 37948 | | 0 | 37948 | pktable_pkey + 37944 | | 0 | 37944 | pktable + 37956 | | 0 | 37956 | fktable + 38451 | | 0 | 38459 | foo + 38463 | | 0 | 38463 | pg_toast_38451_index + 38462 | | 0 | 38462 | pg_toast_38451 + 38680 | | 0 | 38680 | old_oids + 38698 | | 0 | 38698 | pg_toast_38695 + 38699 | | 0 | 38699 | pg_toast_38695_index + 38695 | | 0 | 38695 | recur2 + 38690 | | 0 | 38690 | recur1 + 39063 | | 0 | 39063 | pg_toast_39060 + 39064 | | 0 | 39064 | pg_toast_39060_index + 39060 | | 0 | 39060 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.