]> granicus.if.org Git - postgresql/commitdiff
Revert accidental change to pg_config_manual.h.
authorRobert Haas <rhaas@postgresql.org>
Mon, 10 Oct 2011 02:20:44 +0000 (22:20 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 10 Oct 2011 02:20:44 +0000 (22:20 -0400)
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.

src/include/pg_config_manual.h

index 5f4cf93a24900d62665ed037de3348e2091e2fb4..6c8e31269c51d5f4daa2be1f4ef30f38604c5a59 100644 (file)
  * 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;