pgsql: Move new SLRU buffers GUCs to a better place in postgresql.conf.

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move new SLRU buffers GUCs to a better place in postgresql.conf.
Date: 2024-06-05 18:25:28
Message-ID: E1sEvKB-0007bi-NW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move new SLRU buffers GUCs to a better place in postgresql.conf.sample

They were under "File Locations", which doesn't make sense. Move them
to Resource Usage / Memory, which matches their categorization in the
source code and in the documentation.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b6dbbaa3028f0da01cd4716f8d9c1c766b103cba

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Nathan Bossart 2024-06-05 20:35:43 pgsql: Fix documentation for POSIX semaphores.
Previous Message Michael Paquier 2024-06-05 10:57:38 pgsql: doc: Fix example with database regexp in HBA documentation