Refactor bitmap heap scan in preparation for parallel support.
Robert Haas <rhaas@postgresql.org>
Refactor bitmap heap scan in preparation for parallel support. The final patch will be less messy if the prefetching support is a bit better isolated, so do that. Dilip Kumar, with some changes by me. The larger patch set of which this is a part has been reviewed and tested by (at least) Andres Freund, Amit Khandekar, Tushar Ahuja, Rafia Sabih, Haribabu Kommi, and Thomas Munro.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeBitmapHeapscan.c | modified | +88 −60 |