aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2011-10-09 22:20:44 -0400
committerRobert Haas <rhaas@postgresql.org>2011-10-09 22:23:30 -0400
commita726951c51d89b6599e2dcbd0c20b7001d1dc2a4 (patch)
treec94af655314b4600e45d8b10f5a2fcf10355733a
parentad885e2677754c8adbfa847d20812ce6b7594eb6 (diff)
downloadpostgresql-a726951c51d89b6599e2dcbd0c20b7001d1dc2a4.tar.gz
postgresql-a726951c51d89b6599e2dcbd0c20b7001d1dc2a4.zip
Revert accidental change to pg_config_manual.h.
This was broken in commit 53dbc27c62d8e1b6c5253feba04a5094cb8fe046, which introduced unlogged tables. Fortunately, as debugging tools go, this one is pretty cheap, which is probably why it took nine months for someone to notice, but it's not intended to be enabled by default, so revert. Noted by Fujii Masao.
-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 5f4cf93a249..6c8e31269c5 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -218,7 +218,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;