]> 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:46:32 +0000 (23:46 +0000)
committerJoe Conway <mail@joeconway.com>
Tue, 3 Jan 2006 23:46:32 +0000 (23:46 +0000)
commit17903a73759a1fa8266d44c1147a08f387581c0c
treee63e08054b2894ccaa838b44f7f7bf217c386673
parent54b84d48388084babf819c81761aa1b4b5a34adf
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