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
- add-units-in-sample.patch (text/x-patch) patch
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
-
Document "B" as an accepted unit in postgres.conf.sample
- 7155e0522fbf 11.13 landed
-
Document "B" and "us" as accepted units in postgres.conf.sample
- 4b39d5c69a67 12.8 landed
- 0b5dc1f171c4 13.4 landed
- 65cc77c98470 14.0 landed
- bb95feabb857 15.0 landed