• Vadim B. Mikheev's avatar
    execScan.c: in the end of scan projInfo->pi_slot must be · 8749b6c7
    Vadim B. Mikheev authored
    	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()).
    8749b6c7
nodeIndexscan.c 26.5 KB