]> granicus.if.org Git - postgresql/commit
Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bit
authorJoe Conway <mail@joeconway.com>
Tue, 2 Jun 2009 03:21:56 +0000 (03:21 +0000)
committerJoe Conway <mail@joeconway.com>
Tue, 2 Jun 2009 03:21:56 +0000 (03:21 +0000)
commitdb020733059dd6eb3fa400dd8d80bfad0d19c71f
tree144539296ee3e489a819885f5d60a2238680f878
parentbac2ad38ea944e0acb1dd4b99a870016dd189c16
Fix dblink_get_result() as reported by Oleksiy Shchukin. Refactor a bit
while we're at it per request by Tom Lane. Specifically, don't try to
perform dblink_send_query() via dblink_record_internal() -- it was
inappropriate and ugly.
contrib/dblink/dblink.c