When the remote query result has a different number of columns
authorJoe Conway <[email protected]>
Tue, 3 Jan 2006 23:47:24 +0000 (23:47 +0000)
committerJoe Conway <[email protected]>
Tue, 3 Jan 2006 23:47:24 +0000 (23:47 +0000)
commit5ef979c6d6f67b7d01c33cbd24ef6c8223810e76
tree19e4af618fd88ddc7b3faf952751c611806229e1
parenta4340e99e61d19c8f7474eed73fd38c1efc2965d
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/README.dblink
contrib/dblink/dblink.c
contrib/dblink/dblink.h
contrib/dblink/doc/cursor