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-04-11 16:05:35.014193276 +0000 +++ /tmp/cirrus-ci-build/build/testrun/regress/regress/results/alter_table.out 2024-04-11 16:07:34.774169203 +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 +-------+------------+---------------+-------------+---------------------- + 37862 | | 0 | 37862 | users_id_seq + 37868 | | 0 | 37868 | pg_toast_37863 + 37875 | | 0 | 37875 | pg_toast_37863_index + 37863 | | 0 | 37863 | users + 38089 | | 0 | 38089 | foo + 38382 | | 0 | 38382 | forc_test + 38779 | | 0 | 38779 | pg_toast_38776 + 38780 | | 0 | 38780 | pg_toast_38776_index + 38776 | | 0 | 38776 | rtype + 37688 | | 0 | 37688 | pktable_pkey + 37685 | | 0 | 37685 | pktable + 37693 | | 0 | 37693 | fktable + 38187 | | 0 | 38192 | foo + 38196 | | 0 | 38196 | pg_toast_38187_index + 38195 | | 0 | 38195 | pg_toast_38187 + 38416 | | 0 | 38416 | old_oids + 38437 | | 0 | 38437 | pg_toast_38434 + 38438 | | 0 | 38438 | pg_toast_38434_index + 38434 | | 0 | 38434 | recur2 + 38429 | | 0 | 38429 | recur1 +(20 rows) -- Checks on creating and manipulation of user defined relations in -- pg_catalog.