pgsql: Document "B" and "us" as accepted units in postgres.conf.sample

From: John Naylor <john(dot)naylor(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Document "B" and "us" as accepted units in postgres.conf.sample
Date: 2021-07-21 14:23:33
Message-ID: E1m6D8H-0002zG-AP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Document "B" and "us" as accepted units in postgres.conf.sample

In postgresql.conf, memory and file size GUCs can be specified with "B"
(bytes) as of b06d8e58b. Likewise, time GUCs can be specified with "us"
(microseconds) as of caf626b2c. Update postgres.conf.sample to reflect
that fact.

Pavel Luzanov

Backpatch to v12, which is the earliest version that allows both of
these units. A separate commit will document the "B" case for v11.

Discussion: https://www.postgresql.org/message-id/flat/f10d16fc-8fa0-1b3c-7371-cb3a35a13b7a%40postgrespro.ru

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message John Naylor 2021-07-21 14:29:42 pgsql: Document "B" as an accepted unit in postgres.conf.sample
Previous Message Andrew Dunstan 2021-07-21 14:05:19 Re: pgsql: Re-enable TAP tests of pg_receivewal for ZLIB on Windows