Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the
Tom Lane <tgl@sss.pgh.pa.us>
Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the actual sort strategy and amount of space used. By popular demand.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/explain.c | modified | +28 −1 |
| src/backend/utils/sort/tuplesort.c | modified | +63 −1 |
| src/include/utils/tuplesort.h | modified | +3 −1 |