execScan.c: in the end of scan projInfo->pi_slot must be
Vadim B. Mikheev <vadim4o@yahoo.com>
execScan.c: in the end of scan projInfo->pi_slot must be return, not a slot returned from access method (they have different TupleDesc and MergeJoin node was broken). nodeIndexscan.c: index_markpos()/index_restrpos() call index-specific mark/restr funcs and are in use now (instead of IndexScanMarkPosition()/ExecIndexRestrPos()).
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execScan.c | modified | +15 −3 |
| src/backend/executor/nodeIndexscan.c | modified | +26 −25 |