Add a trace_sort option to help with measuring resource usage of external

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

Commit: 53e47cdd799963951c371ea8158996be3b6e603a
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2005-10-03T22:55:56Z
Releases: 8.1.0
Add a trace_sort option to help with measuring resource usage of external
sort operations.  Per recent discussion.  Simon Riggs and Tom Lane.

Files

PathChange+/−
doc/src/sgml/config.sgml modified +16 −1
src/backend/utils/misc/guc.c modified +16 −1
src/backend/utils/sort/tuplesort.c modified +81 −1
src/include/pg_config_manual.h modified +8 −4