diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out --- /tmp/cirrus-ci-build/src/test/regress/expected/alter_table.out 2024-02-22 02:06:00.585637455 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-02-22 02:09:27.785460795 +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 +-------+------------+---------------+-------------+---------------------- + 36941 | | 0 | 36941 | foo + 36732 | | 0 | 36732 | users_id_seq + 36738 | | 0 | 36738 | pg_toast_36733 + 36739 | | 0 | 36739 | pg_toast_36733_index + 36733 | | 0 | 36733 | users + 37137 | | 0 | 37137 | forc_test + 37645 | | 0 | 37645 | pg_toast_37642 + 37646 | | 0 | 37646 | pg_toast_37642_index + 37642 | | 0 | 37642 | rtype + 36645 | | 0 | 36645 | pktable_pkey + 36639 | | 0 | 36639 | pktable + 36650 | | 0 | 36650 | fktable + 37160 | | 0 | 37165 | foo + 37169 | | 0 | 37169 | pg_toast_37160_index + 37168 | | 0 | 37168 | pg_toast_37160 + 37370 | | 0 | 37370 | old_oids + 37388 | | 0 | 37388 | pg_toast_37385 + 37389 | | 0 | 37389 | pg_toast_37385_index + 37385 | | 0 | 37385 | recur2 + 37380 | | 0 | 37380 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.