Re: CommitFest 2009-09, two weeks on

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: CommitFest 2009-09, two weeks on
Дата
Msg-id 20091001105622.9C2D.52131E4D@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: CommitFest 2009-09, two weeks on  (Joe Conway <mail@joeconway.com>)
Ответы Re: CommitFest 2009-09, two weeks on
Список pgsql-hackers
Joe Conway <mail@joeconway.com> wrote:

> The patch basically forces all use of libpq by dblink to be asynchronous
> (internally) so that a cancel can be sensed and passed down to the
> remote side and everything cleaned up. Possibly the right thing to do,
> but dblink already allows the use of async queries, and the current
> synchronous method uses standard libpq calls.

The point is *memory leak* in dblink when a query is canceled or
become time-out. I think it is a bug, and my patch could fix it.

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




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

Предыдущее
От: Itagaki Takahiro
Дата:
Сообщение: Re: Triggers on columns
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pg_hba.conf: samehost and samenet [REVIEW]