Re: query cancel issues in contrib/dblink - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: query cancel issues in contrib/dblink
Date
Msg-id 20090916125247.8F34.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: query cancel issues in contrib/dblink  (Stephen Frost <sfrost@snowman.net>)
Responses Re: query cancel issues in contrib/dblink
List pgsql-hackers
Stephen Frost <sfrost@snowman.net> wrote:

>   Can you provide an update on this patch?  Joe, you were going to
>   review and possibly commit it.  Itagaki, did you have a new version?
>   Are there any outstanding issues?

Thanks for your reviewing.
Here is an updated version. I fixed some bugs:

  * Fix connection leak on cancel. In the previous patch, running
    transactions are canceled, but the temporary connection was leaked.
  * Discard all pending results on cancel handler. I implemented
    PQexec-compatible behavior with async APIs.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


Attachment

pgsql-hackers by date:

Previous
From: Jeff Janes
Date:
Subject: Re: opportunistic tuple freezing
Next
From: Selena Deckelmann
Date:
Subject: Re: errcontext support in PL/Perl