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-11 16:05:35.226012199 +0000 +++ /tmp/cirrus-ci-build/src/test/regress/results/alter_table.out 2024-04-11 16:08:02.157892662 +0000 @@ -3476,9 +3476,26 @@ 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 +-------+------------+---------------+-------------+---------------------- + 38204 | | 0 | 38204 | users_id_seq + 38215 | | 0 | 38215 | pg_toast_38205 + 38216 | | 0 | 38216 | pg_toast_38205_index + 38205 | | 0 | 38205 | users + 38459 | | 0 | 38459 | foo + 38757 | | 0 | 38757 | forc_test + 37761 | | 0 | 37761 | pktable_pkey + 37758 | | 0 | 37758 | pktable + 37763 | | 0 | 37763 | fktable + 38255 | | 0 | 38260 | foo + 38264 | | 0 | 38264 | pg_toast_38255_index + 38263 | | 0 | 38263 | pg_toast_38255 + 38498 | | 0 | 38498 | old_oids + 38516 | | 0 | 38516 | pg_toast_38513 + 38517 | | 0 | 38517 | pg_toast_38513_index + 38513 | | 0 | 38513 | recur2 + 38508 | | 0 | 38508 | recur1 +(17 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.