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-15 14:06:17.177305290 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-03-15 14:09:55.577237441 +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 +-------+------------+---------------+-------------+---------------------- + 37140 | | 0 | 37140 | users_id_seq + 37146 | | 0 | 37146 | pg_toast_37141 + 37147 | | 0 | 37147 | pg_toast_37141_index + 37141 | | 0 | 37141 | users + 37355 | | 0 | 37355 | foo + 37662 | | 0 | 37662 | forc_test + 38059 | | 0 | 38059 | pg_toast_38056 + 38060 | | 0 | 38060 | pg_toast_38056_index + 38056 | | 0 | 38056 | rtype + 36950 | | 0 | 36950 | pktable_pkey + 36947 | | 0 | 36947 | pktable + 36954 | | 0 | 36954 | fktable + 37500 | | 0 | 37505 | foo + 37509 | | 0 | 37509 | pg_toast_37500_index + 37508 | | 0 | 37508 | pg_toast_37500 + 37733 | | 0 | 37733 | old_oids + 37750 | | 0 | 37750 | pg_toast_37747 + 37751 | | 0 | 37751 | pg_toast_37747_index + 37747 | | 0 | 37747 | recur2 + 37742 | | 0 | 37742 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.