Re: CommitFest 2009-09, two weeks on - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: CommitFest 2009-09, two weeks on
Date
Msg-id 20091001105622.9C2D.52131E4D@oss.ntt.co.jp
Whole thread Raw
In response to Re: CommitFest 2009-09, two weeks on  (Joe Conway <mail@joeconway.com>)
Responses Re: CommitFest 2009-09, two weeks on  (Joe Conway <mail@joeconway.com>)
List 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 by date:

Previous
From: Itagaki Takahiro
Date:
Subject: Re: Triggers on columns
Next
From: Tom Lane
Date:
Subject: Re: pg_hba.conf: samehost and samenet [REVIEW]