forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit886f6c5
committed
In PQsendQueryStart(), avoid leaking any left-over async result.
Ordinarily there would not be an async result sitting around at thispoint, but it appears that in corner cases there can be. Consideringall the work we're about to launch, it's hardly going to cost anythingnoticeable to check.It's been like this forever, so back-patch to all supported branches.Report: <CAD-Qf1eLUtBOTPXyFQGW-4eEsop31tVVdZPu4kL9pbQ6tJPO8g@mail.gmail.com>1 parent6fb12cb commit886f6c5
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1386 | 1386 |
| |
1387 | 1387 |
| |
1388 | 1388 |
| |
1389 |
| - | |
1390 |
| - | |
| 1389 | + | |
1391 | 1390 |
| |
1392 | 1391 |
| |
1393 | 1392 |
| |
|
0 commit comments
Comments
(0)