Re: [BUGS] BUG #4599: bugfix for contrib/dblink module - Mailing list pgsql-hackers

From Joe Conway
Subject Re: [BUGS] BUG #4599: bugfix for contrib/dblink module
Date
Msg-id 495FC3D6.5030801@joeconway.com
Whole thread Raw
In response to Re: [BUGS] BUG #4599: bugfix for contrib/dblink module  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> I think you should break those three functions apart.  There is no value
> in having send_query share any code with the others.  It might be
> feasible to have the other two share a subroutine that collects the
> result data.

OK, will do. I applied the simple fix to the 8.2 and 8.3 branches, but 
will do refactoring per your suggestion on cvs tip.

Thanks,

Joe


pgsql-hackers by date:

Previous
From: "Alex Hunsaker"
Date:
Subject: Re: Custom PGC_POSTMASTER GUC variables ... feasible?
Next
From: "Alex Hunsaker"
Date:
Subject: Re: contrib/pg_stat_statements 1226