pgsql: When the remote query result has a different number of columns

From: joe(at)postgresql(dot)org (Joe Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: When the remote query result has a different number of columns
Date: 2006-01-03 23:48:04
Message-ID: 20060103234804.DFC969DC9BA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
When the remote query result has a different number of columns
than the local query specifies (e.g. in the FROM clause),
throw an ERROR (instead of crashing). Fix for bug #2129 reported
by Akio Iwaasa.

Tags:
----
REL7_4_STABLE

Modified Files:
--------------
pgsql/contrib/dblink:
dblink.c (r1.25.4.3 -> r1.25.4.4)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/dblink.c.diff?r1=1.25.4.3&r2=1.25.4.4)
pgsql/contrib/dblink/doc:
cursor (r1.2 -> r1.2.4.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/dblink/doc/cursor.diff?r1=1.2&r2=1.2.4.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Joe Conway 2006-01-03 23:48:42 pgsql: When the remote query result has a different number of columns
Previous Message Joe Conway 2006-01-03 23:47:24 pgsql: When the remote query result has a different number of columns