aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-06-17 08:49:20 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-06-17 08:52:41 +0300
commitb29e7151434b4403d70fd35da25cec585fbd3114 (patch)
tree3ec78e4251020f6c0393fa4953d3edf937302c3c
parent2146f13408cdb85c738364fe8f7965209e08c6be (diff)
downloadpostgresql-b29e7151434b4403d70fd35da25cec585fbd3114.tar.gz
postgresql-b29e7151434b4403d70fd35da25cec585fbd3114.zip
Revert accidental change of WAL_DEBUG default.
Oops.
-rw-r--r--src/include/pg_config_manual.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index 0f4402fd96e..d1f99fbafef 100644
--- a/src/include/pg_config_manual.h
+++ b/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;