Skip Menu |

This queue is for tickets about the DBD-Pg CPAN distribution.

Report information
The Basics
Id: 68041
Status: resolved
Priority: 0/
Queue: DBD-Pg

People
Owner: greg [...] turnstep.com
Requestors: greg [...] turnstep.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: (no value)
Fixed in: 2.18.1



Subject: Fail to clear result after COPY
After a COPY (pg_getcopydata or pg_putcopydata), the result queue is not properly cleared, leading to any subsequent async queries failing. Normal queries work, but only through a quirk of libpq; that's why this has not been detected until now. Added a test for this in t/07copy.t
Fixed in r14841