From: Jonathan S. Katz Date: Mon, 28 Aug 2023 17:48:50 +0000 (-0400) Subject: Actually include what was updated, even if it's one item X-Git-Url: http://git.postgresql.org/gitweb/constraints.php?a=commitdiff_plain;h=d27f6630a73d9869900438712bcb800ce562b00c;p=press.git Actually include what was updated, even if it's one item --- diff --git a/releases/16/16rc1.md b/releases/16/16rc1.md index 135c010..f462e1c 100644 --- a/releases/16/16rc1.md +++ b/releases/16/16rc1.md @@ -23,9 +23,8 @@ Changes Since 16 Beta 3 Several bug fixes were applied for PostgreSQL 16 during the Beta 3 period. These include: -* The syntax for publishing all tables in a schema using logical replication -is changed to `CREATE PUBLICATION ... FOR TABLES IN SCHEMA ...`. - +* Fixed performance regression when running `COPY` concurrently on a single +table. For a detailed list of fixes, please visit the [open items](https://wiki.postgresql.org/wiki/PostgreSQL_16_Open_Items#resolved_before_16rc1)