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-27 22:28:17.997312271 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-10-27 22:32:03.417716830 +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 +-------+------------+---------------+-------------+---------------------- + 38065 | | 0 | 38065 | users_id_seq + 38071 | | 0 | 38071 | pg_toast_38066 + 38072 | | 0 | 38072 | pg_toast_38066_index + 38066 | | 0 | 38066 | users + 38272 | | 0 | 38272 | foo + 38498 | | 0 | 38498 | forc_test + 38958 | | 0 | 38958 | pg_toast_38955 + 38959 | | 0 | 38959 | pg_toast_38955_index + 38955 | | 0 | 38955 | rtype + 37958 | | 0 | 37958 | pktable_pkey + 37955 | | 0 | 37955 | pktable + 37960 | | 0 | 37960 | fktable + 38467 | | 0 | 38473 | foo + 38477 | | 0 | 38477 | pg_toast_38467_index + 38476 | | 0 | 38476 | pg_toast_38467 + 38684 | | 0 | 38684 | old_oids + 38702 | | 0 | 38702 | pg_toast_38699 + 38703 | | 0 | 38703 | pg_toast_38699_index + 38699 | | 0 | 38699 | recur2 + 38693 | | 0 | 38693 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.