forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb558f6d
committed
Fix dispsize for libpq connection parameters channel_binding and gssencmode
channel_binding's longest allowed value is not "7", it is actually "8".gssencmode also got that wrong.A similar mistake has been fixed as of f4051e3.Backpatch down to v12, where gssencmode has been introduced.Reviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/20200128053633.GD1552@paquier.xyzBackpatch-through: 121 parent87fed2a commitb558f6d
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
313 | 313 |
| |
314 | 314 |
| |
315 | 315 |
| |
316 |
| - | |
| 316 | + | |
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
| |||
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
325 |
| - | |
| 325 | + | |
326 | 326 |
| |
327 | 327 |
| |
328 | 328 |
| |
|
0 commit comments
Comments
(0)