ExecReScan for Unique & Sort nodes.
Vadim B. Mikheev <vadim4o@yahoo.com>
ExecReScan for Unique & Sort nodes.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/execAmi.c | modified | +10 −1 |
| src/backend/executor/nodeSort.c | modified | +26 −3 |
| src/backend/executor/nodeUnique.c | modified | +17 −1 |
| src/backend/utils/sort/psort.c | modified | +24 −3 |
| src/include/executor/nodeSort.h | modified | +2 −1 |
| src/include/executor/nodeUnique.h | modified | +2 −1 |
| src/include/utils/psort.h | modified | +2 −1 |