Commit 0b8e181
authored
Pretty print kilobytes using kB instead of KB (#732)
Apparently postgres requires a lowercase `k`.
I got this error:
```
13:45:13 26 ERROR 2021-06-17 13:45:03.277 GMT [32] LOG: invalid value for parameter "effective_cache_size": "5993 KB"
13:45:13 27 ERROR Failed to install pg_auto_failover in the monitor's Postgres database, see above for details
13:45:13 26 ERROR 2021-06-17 13:45:03.277 GMT [32] HINT: Valid units for this parameter are "kB", "MB", "GB", and "TB".
13:45:13 26 ERROR 2021-06-17 13:45:03.277 UTC [32] FATAL: configuration file "/tmp/monitor/postgresql-auto-failover.conf" contains errors
```1 parent 8fd63f3 commit 0b8e181
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments