]> granicus.if.org Git - postgresql/commit
When the remote query result has a different number of columns
authorJoe Conway <mail@joeconway.com>
Tue, 3 Jan 2006 23:48:42 +0000 (23:48 +0000)
committerJoe Conway <mail@joeconway.com>
Tue, 3 Jan 2006 23:48:42 +0000 (23:48 +0000)
commit4e0f51f13df2354d6c248e1874b0c16644623d30
tree7b307765d777e2be892092b3f4fedacd5990e8ce
parenta74dc1241689e2e8db86ebd93f5732ef0a927684
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.
contrib/dblink/dblink.c
contrib/dblink/doc/cursor