]> 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:04 +0000 (23:48 +0000)
committerJoe Conway <mail@joeconway.com>
Tue, 3 Jan 2006 23:48:04 +0000 (23:48 +0000)
commitfcacfc96a2e13e1abe920f4a94a2fc51b5853c71
treef498125ffca751e05e4ca313949b1e104b2111f7
parent8dc7c8cf1dc38a96cff8cf9c2c5e90f678e67420
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