forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f7bd8e
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 parent4d1c738 commit8f7bd8e
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2894 | 2894 |
| |
2895 | 2895 |
| |
2896 | 2896 |
| |
| 2897 | + | |
2897 | 2898 |
| |
2898 | 2899 |
| |
2899 | 2900 |
| |
|
0 commit comments
Comments
(0)