forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit49ef4eb
committed
Reset error message at PQreset()
If you call PQreset() repeatedly, and the connection cannot bere-established, the error messages from the failed connection attemptskept accumulating in the error string.Fixes bug #11455 reported by Caleb Epstein. Backpatch to all supportedversions.1 parent10059c2 commit49ef4eb
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2663 | 2663 |
| |
2664 | 2664 |
| |
2665 | 2665 |
| |
| 2666 | + | |
2666 | 2667 |
| |
2667 | 2668 |
| |
2668 | 2669 |
| |
|
0 commit comments
Comments
(0)