Revert accidental change of WAL_DEBUG default.

Oops.
pull/14/head
Heikki Linnakangas 11 years ago
parent 2146f13408
commit b29e715143
  1. 2
      src/include/pg_config_manual.h

@ -281,7 +281,7 @@
* Enable debugging print statements for WAL-related operations; see
* also the wal_debug GUC var.
*/
#define WAL_DEBUG
/* #define WAL_DEBUG */
/*
* Enable tracing of resource consumption during sort operations;

Loading…
Cancel
Save