Re: [BUGS] dblink generates orphaned connections

2009-09-12 Thread Joe Conway
Tatsuhito Kasahara wrote: > dblink generates orphaned connections when we failed on performing dblink() > function. > # But it occurs only when dblink('conn_str', 'sql', true). See following > examples. > I think that the dblink should not ereport() before PQfinish(conn) in > dblink_record_inter

[BUGS] dblink generates orphaned connections

2009-09-08 Thread Tatsuhito Kasahara
Hi. dblink generates orphaned connections when we failed on performing dblink() function. # But it occurs only when dblink('conn_str', 'sql', true). See following examples. == $ pslq local local=# SELECT datname, procp