Teach nodeSort and nodeMaterial to optimize out unnecessary overhead
Tom Lane <tgl@sss.pgh.pa.us>
Teach nodeSort and nodeMaterial to optimize out unnecessary overhead when the passed-down eflags indicate they can. Simon Riggs and Tom Lane
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeMaterial.c | modified | +57 −26 |
| src/backend/executor/nodeSort.c | modified | +19 −3 |
| src/include/nodes/execnodes.h | modified | +4 −2 |