Cause ExecCountSlots() accounting to bear some relationship to reality.
Tom Lane <tgl@sss.pgh.pa.us>
Cause ExecCountSlots() accounting to bear some relationship to reality. Rather surprising we hadn't seen bug reports about this ...
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeHash.c | modified | +3 −2 |
| src/backend/executor/nodeIndexscan.c | modified | +2 −2 |
| src/backend/executor/nodeMaterial.c | modified | +2 −2 |
| src/backend/executor/nodeSeqscan.c | modified | +2 −2 |
| src/backend/executor/nodeSort.c | modified | +2 −2 |
| src/backend/executor/nodeSubqueryscan.c | modified | +2 −3 |
| src/backend/executor/nodeTidscan.c | modified | +2 −2 |