execScan.c: in the end of scan projInfo->pi_slot must be

Vadim B. Mikheev <vadim4o@yahoo.com>

Commit: 8749b6c7948f5f7a995acc74467cecb8be81f048
Author: Vadim B. Mikheev <vadim4o@yahoo.com>
Date: 1998-02-26T12:13:11Z
Releases: 7.1.1
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

PathChange+/−
src/backend/executor/execScan.c modified +15 −3
src/backend/executor/nodeIndexscan.c modified +26 −25