Re: query cancel issues in contrib/dblink

From: Joe Conway <mail(at)joeconway(dot)com>
To: Itagaki Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Cc: Stephen Frost <sfrost(at)snowman(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: query cancel issues in contrib/dblink
Date: 2009-09-16 06:01:03
Message-ID: 4AB07F1F.1010805@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Itagaki Takahiro wrote:
> Stephen Frost <sfrost(at)snowman(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2009-09-16 06:02:35 Re: dblink doesn't transfar non-error meesages
Previous Message Jeff Davis 2009-09-16 05:55:29 Re: opportunistic tuple freezing