forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd518d6a
committed
Fix typo in PQconnectStartParams().
This would lead to leaking the PGconn structure after an error detected byconninfo_array_parse(), as well as failing to return a useful error messagein such cases. Backpatch to 9.0 where the error was introduced.Joseph Adams1 parentd420ba2 commitd518d6a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
491 | 491 |
| |
492 | 492 |
| |
493 | 493 |
| |
494 |
| - | |
| 494 | + | |
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
|
0 commit comments
Comments
(0)