Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d2a4a4069f1677d74267c04d558a8be83a382098
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2007-05-04T21:29:53Z
Releases: 8.3.0
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

PathChange+/−
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