diff options
-rw-r--r-- | doc/src/sgml/release-17.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index 1e65e99f2b2..52ad768fb47 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -906,12 +906,12 @@ Author: Alvaro Herrera <alvherre@alvh.no-ip.org> <listitem> <para> -Allow the SLRU cache sizes to be configured (Andrey Borodin, Dilip Kumar) +Allow the SLRU cache sizes to be configured (Andrey Borodin, Dilip Kumar, Alvaro Herrera) </para> <para> The new server variables are commit_timestamp_buffers, multixact_member_buffers, multixact_offset_buffers, notify_buffers, serializable_buffers, subtransaction_buffers, and -transaction_buffers. +transaction_buffers. commit_timestamp_buffers, transaction_buffers and subtransaction_buffers scale up automatically with shared_buffers. </para> </listitem> |