]> granicus.if.org Git - postgresql/commit
Add a line to the EXPLAIN ANALYZE output for a Sort node, showing the
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 May 2007 21:29:53 +0000 (21:29 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 4 May 2007 21:29:53 +0000 (21:29 +0000)
commitd2a4a4069f1677d74267c04d558a8be83a382098
tree9ff818c24437a2b3594e75b8ecc2116e2c8edce8
parentc7464720a33240db41a16d3a675d640aa361d7a5
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.
src/backend/commands/explain.c
src/backend/utils/sort/tuplesort.c
src/include/utils/tuplesort.h