ExecReScanGroup() forgot to clear grpstate->grp_firstTuple,
Tom Lane <tgl@sss.pgh.pa.us>
ExecReScanGroup() forgot to clear grpstate->grp_firstTuple, thereby guaranteeing wrong results from a rescanned Group node.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeGroup.c | modified | +7 −1 |