forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit65cc77c
committed
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 ofb06d8e5. Likewise, time GUCs can be specified with "us"(microseconds) as ofcaf626b. Update postgres.conf.sample to reflectthat fact.Pavel LuzanovBackpatch to v12, which is the earliest version that allows both ofthese 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.ru1 parente5cebe1 commit65cc77c
1 file changed
+2
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
0 commit comments
Comments
(0)