projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2146f13
)
Revert accidental change of WAL_DEBUG default.
author
Heikki Linnakangas
Tue, 17 Jun 2014 05:49:20 +0000
(08:49 +0300)
committer
Heikki Linnakangas
Tue, 17 Jun 2014 05:52:41 +0000
(08:52 +0300)
Oops.
src/include/pg_config_manual.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/pg_config_manual.h
b/src/include/pg_config_manual.h
index 0f4402fd96ea29e6110c5a39351584acb78499a7..d1f99fbafef3260b60faf386000cfd786e57c55c 100644
(file)
--- 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;