-
- Downloads
Tweak nodeBitmapAnd to stop evaluating sub-plan scans if it finds it's
got an empty bitmap after any step; the remaining subplans can no longer affect the result. Per a suggestion from Ilia Kantor.
Showing
- src/backend/executor/nodeBitmapAnd.c 11 additions, 1 deletionsrc/backend/executor/nodeBitmapAnd.c
- src/backend/nodes/tidbitmap.c 10 additions, 1 deletionsrc/backend/nodes/tidbitmap.c
- src/backend/optimizer/path/indxpath.c 6 additions, 1 deletionsrc/backend/optimizer/path/indxpath.c
- src/include/nodes/tidbitmap.h 3 additions, 1 deletionsrc/include/nodes/tidbitmap.h
Please register or sign in to comment