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-03-02 19:37:11.661155676 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-02 19:40:48.524988728 +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 +-------+------------+---------------+-------------+---------------------- + 36831 | | 0 | 36831 | users_id_seq + 36840 | | 0 | 36840 | pg_toast_36832 + 36841 | | 0 | 36841 | pg_toast_36832_index + 36832 | | 0 | 36832 | users + 36722 | | 0 | 36722 | pktable_pkey + 36719 | | 0 | 36719 | pktable + 36726 | | 0 | 36726 | fktable + 37046 | | 0 | 37046 | foo + 37319 | | 0 | 37319 | forc_test + 37760 | | 0 | 37760 | pg_toast_37757 + 37761 | | 0 | 37761 | pg_toast_37757_index + 37757 | | 0 | 37757 | rtype + 37257 | | 0 | 37263 | foo + 37267 | | 0 | 37267 | pg_toast_37257_index + 37266 | | 0 | 37266 | pg_toast_37257 + 37482 | | 0 | 37482 | old_oids + 37499 | | 0 | 37499 | pg_toast_37496 + 37500 | | 0 | 37500 | pg_toast_37496_index + 37496 | | 0 | 37496 | recur2 + 37491 | | 0 | 37491 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.