Remove unneeded indxqual field in IndexScanState, and the useless work
Tom Lane <tgl@sss.pgh.pa.us>
Remove unneeded indxqual field in IndexScanState, and the useless work spent initializing it during indexscan startup.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeIndexscan.c | modified | +7 −4 |
| src/include/nodes/execnodes.h | modified | +3 −2 |