forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit672def6
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 parent7b99cfb commit672def6
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
446 | 446 |
| |
447 | 447 |
| |
448 | 448 |
| |
449 |
| - | |
| 449 | + | |
450 | 450 |
| |
451 | 451 |
| |
452 | 452 |
| |
|
0 commit comments
Comments
(0)