- Notifications
You must be signed in to change notification settings - Fork28
Commit29e321c
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 off4051e3.Backpatch down to v12, where gssencmode has been introduced.Reviewed-by: Daniel GustafssonDiscussion:https://postgr.es/m/20200128053633.GD1552@paquier.xyzBackpatch-through: 121 parent47bc9ce commit29e321c
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
218 |
| - | |
| 218 | + | |
219 | 219 |
| |
220 | 220 |
| |
221 | 221 |
| |
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
| 336 | + | |
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
| 345 | + | |
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
|
0 commit comments
Comments
(0)