pgsql: Fix dblink_get_result() as reported by Oleksiy Shchukin.

From: joe(at)postgresql(dot)org (Joe Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix dblink_get_result() as reported by Oleksiy Shchukin.
Date: 2009-06-02 03:21:56
Message-ID: 20090602032156.E8CA375331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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.

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.77 -> r1.78)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c?r1=1.77&r2=1.78)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2009-06-02 06:18:06 pgsql: Only recycle normal files in pg_xlog as WAL segments.
Previous Message Tom Lane 2009-06-01 23:55:15 pgsql: Change AdjustIntervalForTypmod to not discard higher-order field