diff options
author | Bruce Momjian <bruce@momjian.us> | 2024-05-25 23:48:14 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2024-05-25 23:48:35 -0400 |
commit | 232278ca93f95bb6a0ea756bf7cf79928118bc1e (patch) | |
tree | b036680ea95e64055e5494a4af81f77668f37a2f /doc/src | |
parent | d53a4286d772c50ad7a8ff72ca637de613532592 (diff) | |
download | postgresql-232278ca93f95bb6a0ea756bf7cf79928118bc1e.tar.gz postgresql-232278ca93f95bb6a0ea756bf7cf79928118bc1e.zip |
doc PG 17 relnote: adjust "SLRU cache sizes to be configured"
Add Álvaro Herrera as additional item author.
Reported-by: Álvaro Herrera
Discussion: https://postgr.es/m/202405231122.zew2gncy63fo@alvherre.pgsql
Author: Álvaro Herrera
Backpatch-through: master
Diffstat (limited to 'doc/src')
-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> |