pgsql: Add unit to vacuum_buffer_usage_limit value in postgresql.conf.s

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add unit to vacuum_buffer_usage_limit value in postgresql.conf.s
Date: 2023-04-28 06:41:40
Message-ID: E1psHnW-005Huu-OF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add unit to vacuum_buffer_usage_limit value in postgresql.conf.sample.

Also adjust the indentation of the comment to the surrounding parameters.

Author: Masahiko Sawada
Reviewed-by: David Rowley, Daniel Gustafsson, Melanie Plageman
Discussion: https://postgr.es/m/CAD21AoCBSqmqOKVH4Q256DeCC_UE50gu1sgixcjLFZGLEbABVA@mail.gmail.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2023-04-28 09:30:51 pgsql: Fix assertion failure in heap_vacuum_rel
Previous Message Amit Kapila 2023-04-28 03:28:11 pgsql: Improve one of the test cases in 035_standby_logical_decoding.pl