]> granicus.if.org Git - postgresql/commitdiff
Revert accidental change of WAL_DEBUG default.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 17 Jun 2014 05:49:20 +0000 (08:49 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 17 Jun 2014 05:52:41 +0000 (08:52 +0300)
Oops.

src/include/pg_config_manual.h

index 0f4402fd96ea29e6110c5a39351584acb78499a7..d1f99fbafef3260b60faf386000cfd786e57c55c 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;