]> git.ipfire.org Git - thirdparty/postgresql.git/commit
When the remote query result has a different number of columns
authorJoe Conway <mail@joeconway.com>
Tue, 3 Jan 2006 23:47:24 +0000 (23:47 +0000)
committerJoe Conway <mail@joeconway.com>
Tue, 3 Jan 2006 23:47:24 +0000 (23:47 +0000)
commit6c2fa4888594d1ff7fd357f2bd00aa1e1f169088
tree0f2e008728fd5b1a6c944dd8e7aa046ac7f5a988
parenta559ef6594ce2c73198a3f9acb80b8f48eb0a02b
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