pgsql: Fix some mentions to memory units in postgresql.conf.sample - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix some mentions to memory units in postgresql.conf.sample
Date
Msg-id E1jeCGp-0002af-TP@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Remove some tabs in SQL code in C string literals
Next
From: Michael Paquier
Date:
Subject: pgsql: Fix some comments in xlogreader.h