Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE.
Robert Haas <rhaas@postgresql.org>
Make bitmap heap scans show exact/lossy block info in EXPLAIN ANALYZE. Etsuro Fujita
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/explain.c | modified | +32 −1 |
| src/backend/executor/nodeBitmapHeapscan.c | modified | +7 −0 |
| src/include/nodes/execnodes.h | modified | +4 −0 |