Revert accidental change of WAL_DEBUG default.

Oops.
This commit is contained in:
Heikki Linnakangas 2014-06-17 08:49:20 +03:00
parent 2146f13408
commit b29e715143

View File

@ -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;