diff options
| author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-06-17 08:49:20 +0300 |
|---|---|---|
| committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-06-17 08:52:41 +0300 |
| commit | b29e7151434b4403d70fd35da25cec585fbd3114 (patch) | |
| tree | 3ec78e4251020f6c0393fa4953d3edf937302c3c | |
| parent | 2146f13408cdb85c738364fe8f7965209e08c6be (diff) | |
| download | postgresql-b29e7151434b4403d70fd35da25cec585fbd3114.tar.gz | |
Revert accidental change of WAL_DEBUG default.
Oops.
| -rw-r--r-- | src/include/pg_config_manual.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
