pgsql: Fix some mentions to memory units in postgresql.conf.sample

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix some mentions to memory units in postgresql.conf.sample
Date: 2020-05-28 06:44:03
Message-ID: E1jeCGp-0002af-TP@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix some mentions to memory units in postgresql.conf.sample

The default unit for max_slot_wal_keep_size is megabytes. While on it,
also change temp_file_limit to use a more consistent wording.

Reported-by: Jeff Janes, Fujii Masao
Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/CAMkU=1wWZhhjpwRFKJ9waQGxxROeC0P6UqPvb90fAaGz7dhoHA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/55ca50deb8ffaec3b81d83c9f54c94f7e519f3a6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2020-05-28 07:41:11 pgsql: Fix some comments in xlogreader.h
Previous Message Peter Eisentraut 2020-05-27 14:09:10 pgsql: Remove some tabs in SQL code in C string literals