When the remote query result has a different number of columns

Joe Conway <mail@joeconway.com>

Commit: 6c2fa4888594d1ff7fd357f2bd00aa1e1f169088
Author: Joe Conway <mail@joeconway.com>
Date: 2006-01-03T23:47:24Z
Releases: 8.0.6
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.

Files

PathChange+/−
contrib/dblink/dblink.c modified +31 −17
contrib/dblink/dblink.h modified +1 −1
contrib/dblink/doc/cursor modified +7 −0
contrib/dblink/README.dblink modified +1 −1