diff options
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r-- | src/include/pg_config_manual.h | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index b36714b87bd..bf82771d45c 100644 --- a/src/include/pg_config_manual.h +++ b/src/include/pg_config_manual.h @@ -6,7 +6,7 @@ * for developers. If you edit any of these, be sure to do a *full* * rebuild (and an initdb if noted). * - * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.16 2005/03/29 03:01:32 tgl Exp $ + * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.17 2005/10/03 22:55:56 tgl Exp $ *------------------------------------------------------------------------ */ @@ -230,10 +230,14 @@ /* #define WAL_DEBUG */ /* + * Enable tracing of resource consumption during sort operations; + * see also the trace_sort GUC var. For 8.1 this is enabled by default. + */ +#define TRACE_SORT 1 + +/* * Other debug #defines (documentation, anyone?) */ -/* #define IPORTAL_DEBUG */ -/* #define HEAPDEBUGALL */ +/* #define HEAPDEBUGALL */ /* #define ACLDEBUG */ /* #define RTDEBUG */ -/* #define GISTDEBUG */ |