From b29e7151434b4403d70fd35da25cec585fbd3114 Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Tue, 17 Jun 2014 08:49:20 +0300 Subject: [PATCH] Revert accidental change of WAL_DEBUG default. Oops. --- src/include/pg_config_manual.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h index 0f4402fd96..d1f99fbafe 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;