postgresql.conf.sample missing units

Pavel Luzanov <p.luzanov@postgrespro.ru>

From: Pavel Luzanov <p.luzanov@postgrespro.ru>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2021-07-19T09:44:50Z
Lists: pgsql-hackers

Attachments

Hello,

I found that the start section of the postgresql.conf file is missing a 
description of two units: bytes (appeared in version 11) and 
microseconds (in version 12).

The attached patch makes these changes to the postgresql.conf.sample file.

-- 
Pavel Luzanov
Postgres Professional: https://postgrespro.com
The Russian Postgres Company

Commits

  1. Document "B" as an accepted unit in postgres.conf.sample

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