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

John Naylor <john.naylor@postgresql.org>

Commit: 65cc77c9847022f895a12012085606d8553c5fff
Author: John Naylor <john.naylor@postgresql.org>
Date: 2021-07-21T14:18:04Z
Releases: 14.0
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

Files

PathChange+/−
src/backend/utils/misc/postgresql.conf.sample modified +2 −1

Discussion