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-04-16 17:54:37.046769704 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-16 17:57:06.354859232 +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 +-------+------------+---------------+-------------+---------------------- + 37737 | | 0 | 37737 | users_id_seq + 37753 | | 0 | 37753 | pg_toast_37738 + 37754 | | 0 | 37754 | pg_toast_37738_index + 37738 | | 0 | 37738 | users + 38037 | | 0 | 38037 | foo + 37792 | | 0 | 37792 | pktable_pkey + 37788 | | 0 | 37788 | pktable + 37794 | | 0 | 37794 | fktable + 38282 | | 0 | 38282 | forc_test + 38806 | | 0 | 38806 | pg_toast_38803 + 38807 | | 0 | 38807 | pg_toast_38803_index + 38803 | | 0 | 38803 | rtype + 38365 | | 0 | 38370 | foo + 38374 | | 0 | 38374 | pg_toast_38365_index + 38373 | | 0 | 38373 | pg_toast_38365 + 38579 | | 0 | 38579 | old_oids + 38596 | | 0 | 38596 | pg_toast_38593 + 38597 | | 0 | 38597 | pg_toast_38593_index + 38593 | | 0 | 38593 | recur2 + 38588 | | 0 | 38588 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.