forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6b73610
committed
Fix advertised dispsize for libpq's sslmode connection parameter.
"8" was correct back when "disable" was the longest allowed value, butsince "verify-full" was added, it should be "12". Given the lack ofcomplaints, I wouldn't be surprised if nobody is actually using thesevalues ... but still, if they're in the API, they should be right.Noticed while pursuing a different problem. It's been wrong for quitea long time, so back-patch to all supported branches.1 parentfae12f3 commit6b73610
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 |
| - | |
| 223 | + | |
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
|
0 commit comments
Comments
(0)