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 -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) 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.