forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf4051e3
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 parent0294023 commitf4051e3
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
251 | 251 |
| |
252 | 252 |
| |
253 | 253 |
| |
254 |
| - | |
| 254 | + | |
255 | 255 |
| |
256 | 256 |
| |
257 | 257 |
| |
|
0 commit comments
Comments
(0)