When the remote query result has a different number of columns
Joe Conway <mail@joeconway.com>
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
| Path | Change | +/− |
|---|---|---|
| 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 |