When the remote query result has a different number of columns
authorJoe Conway <mail@joeconway.com>
Tue, 3 Jan 2006 23:45:52 +0000 (23:45 +0000)
committerJoe Conway <mail@joeconway.com>
Tue, 3 Jan 2006 23:45:52 +0000 (23:45 +0000)
commit925952603d03c017a285bed424ef3159bec460c4
treebdda39a2009962bdc595b193b2c5304e5eec9c26
parent71ad8e20770e3b108db54e8c647788e8d48c3190
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