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

From Joe Conway
Subject Re: query cancel issues in contrib/dblink
Date
Msg-id 4AB07F1F.1010805@joeconway.com
Whole thread Raw
In response to Re: query cancel issues in contrib/dblink  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-hackers
Itagaki Takahiro wrote:
> 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.

Thanks for the update. I am planning to review, but my time will be
extremely limited for the next two weeks. I might find some time this
coming weekend, and will do what I can, but after that it will be 9/28
(after my son's wedding on 9/27) before I get time to look closely.

Joe



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: opportunistic tuple freezing
Next
From: Joe Conway
Date:
Subject: Re: dblink doesn't transfar non-error meesages