Re: query cancel issues in contrib/dblink

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: query cancel issues in contrib/dblink
Дата
Msg-id 20090916125247.8F34.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: query cancel issues in contrib/dblink  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: query cancel issues in contrib/dblink
Список 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


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: opportunistic tuple freezing
Следующее
От: Selena Deckelmann
Дата:
Сообщение: Re: errcontext support in PL/Perl