doc PG 17 relnote: adjust "SLRU cache sizes to be configured"
authorBruce Momjian <[email protected]>
Sun, 26 May 2024 03:48:14 +0000 (23:48 -0400)
committerBruce Momjian <[email protected]>
Sun, 26 May 2024 03:48:35 +0000 (23:48 -0400)
Add Álvaro Herrera as additional item author.

Reported-by: Álvaro Herrera
Discussion: https://postgr.es/m/202405231122[email protected]

Author: Álvaro Herrera

Backpatch-through: master

doc/src/sgml/release-17.sgml

index 1e65e99f2b2135867de50e3c88b1abe1843f3fee..52ad768fb475cc57da1dfeb62dc3130a6cecf18e 100644 (file)
@@ -906,12 +906,12 @@ Author: Alvaro Herrera <[email protected]>
 
 <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>