Re: dblink memory leak - Mailing list pgsql-hackers

From Tom Lane
Subject Re: dblink memory leak
Date
Msg-id 18429.1254712593@sss.pgh.pa.us
Whole thread Raw
In response to Re: dblink memory leak  (Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: dblink memory leak  (Joe Conway <mail@joeconway.com>)
List pgsql-hackers
Itagaki Takahiro <itagaki.takahiro@oss.ntt.co.jp> writes:
> I think PG_TRY blocks are not enough, too. PG_TRY requires a statement
> block, but we need to return from dblink functions per tuple.

That bit will have to be undone.  There is no reason for dblink not to
return a tuplestore.
        regards, tom lane


pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: Privileges and inheritance
Next
From: Itagaki Takahiro
Date:
Subject: Re: Buffer usage in EXPLAIN and pg_stat_statements (review)