ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9cbd349bcd00494a367cd42fbfbbdd1f625762a6
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-07-11T01:57:32Z
Releases: 7.1.1
ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,
thereby guaranteeing wrong results from a rescanned Group node.

Files

PathChange+/−
src/backend/executor/nodeGroup.c modified +7 −1