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-18 11:57:36.623960268 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-18 12:00:03.375844621 +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 +-------+------------+---------------+-------------+---------------------- + 38158 | | 0 | 38158 | foo + 38414 | | 0 | 38414 | forc_test + 37943 | | 0 | 37943 | users_id_seq + 37949 | | 0 | 37949 | pg_toast_37944 + 37950 | | 0 | 37950 | pg_toast_37944_index + 37944 | | 0 | 37944 | users + 38873 | | 0 | 38873 | pg_toast_38870 + 37852 | | 0 | 37852 | pktable_pkey + 37849 | | 0 | 37849 | pktable + 37855 | | 0 | 37855 | fktable + 38374 | | 0 | 38380 | foo + 38384 | | 0 | 38384 | pg_toast_38374_index + 38383 | | 0 | 38383 | pg_toast_38374 + 38595 | | 0 | 38595 | old_oids + 38614 | | 0 | 38614 | pg_toast_38611 + 38615 | | 0 | 38615 | pg_toast_38611_index + 38611 | | 0 | 38611 | recur2 + 38606 | | 0 | 38606 | recur1 + 38874 | | 0 | 38874 | pg_toast_38870_index + 38870 | | 0 | 38870 | rtype +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.