When the remote query result has a different number of columns

Joe Conway <mail@joeconway.com>

Commit: 17903a73759a1fa8266d44c1147a08f387581c0c
Author: Joe Conway <mail@joeconway.com>
Date: 2006-01-03T23:46:32Z
Releases: 8.1.2
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