forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7bd4a9e
committed
doc: Do s/int/integer/ to describe the type of some GUC parameters
Three parameters have been using "int" rather than "integer" to describetheir type:auth_delay.millisecondsmax_logical_replication_workerspg_prewarm.autoprewarm_intervalThis is inconsistent with any other integer GUCs listed in the docs(148, as far as I can see).Author: Peter SmithDiscussion:https://postgr.es/m/CAHut+Pv6X5T-veN2abUDUvBxZm+SSm-9otfi3LZPGyOc6u6hiA@mail.gmail.com1 parente3fcca0 commit7bd4a9e
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
27 | 27 |
| |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4922 | 4922 |
| |
4923 | 4923 |
| |
4924 | 4924 |
| |
4925 |
| - | |
| 4925 | + | |
4926 | 4926 |
| |
4927 | 4927 |
| |
4928 | 4928 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
|
0 commit comments
Comments
(0)