-
- Downloads
Repair bug #2839: the various ExecReScan functions need to reset
ps_TupFromTlist in plan nodes that make use of it. This was being done correctly in join nodes and Result nodes but not in any relation-scan nodes. Bug would lead to bogus results if a set-returning function appeared in the targetlist of a subquery that could be rescanned after partial execution, for example a subquery within EXISTS(). Bug has been around forever :-( ... surprising it wasn't reported before.
Showing
- src/backend/executor/nodeBitmapHeapscan.c 5 additions, 1 deletionsrc/backend/executor/nodeBitmapHeapscan.c
- src/backend/executor/nodeFunctionscan.c 2 additions, 1 deletionsrc/backend/executor/nodeFunctionscan.c
- src/backend/executor/nodeIndexscan.c 5 additions, 1 deletionsrc/backend/executor/nodeIndexscan.c
- src/backend/executor/nodeResult.c 3 additions, 1 deletionsrc/backend/executor/nodeResult.c
- src/backend/executor/nodeSeqscan.c 3 additions, 1 deletionsrc/backend/executor/nodeSeqscan.c
- src/backend/executor/nodeSubqueryscan.c 2 additions, 1 deletionsrc/backend/executor/nodeSubqueryscan.c
- src/backend/executor/nodeTidscan.c 5 additions, 1 deletionsrc/backend/executor/nodeTidscan.c
- src/backend/executor/nodeValuesscan.c 2 additions, 1 deletionsrc/backend/executor/nodeValuesscan.c
Loading
Please register or sign in to comment