summaryrefslogtreecommitdiff
path: root/src/include/pg_config_manual.h
diff options
context:
space:
mode:
authorNeil Conway2004-01-06 17:26:23 +0000
committerNeil Conway2004-01-06 17:26:23 +0000
commitbc028beb166b704d3c3028961dd6905772bf3a2d (patch)
tree1820130965e4fa7e38bca860ec776bd0e1bab743 /src/include/pg_config_manual.h
parentb0c4a50bbbbd62c444cb3806a97c1e51e2249cfd (diff)
Make the 'wal_debug' GUC variable a boolean (rather than an integer), and
hide it behind #ifdef WAL_DEBUG blocks.
Diffstat (limited to 'src/include/pg_config_manual.h')
-rw-r--r--src/include/pg_config_manual.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/pg_config_manual.h b/src/include/pg_config_manual.h
index be80abfdc4a..3722798ccee 100644
--- a/src/include/pg_config_manual.h
+++ b/src/include/pg_config_manual.h
@@ -6,7 +6,7 @@
* for developers. If you edit any of these, be sure to do a *full*
* rebuild (and an initdb if noted).
*
- * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.8 2003/11/29 22:40:53 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/pg_config_manual.h,v 1.9 2004/01/06 17:26:23 neilc Exp $
*------------------------------------------------------------------------
*/
@@ -225,6 +225,12 @@
/* #define LOCK_DEBUG */
/*
+ * Enable debugging print statements for WAL-related operations; see
+ * also the wal_debug GUC var.
+ */
+/* #define WAL_DEBUG */
+
+/*
* Other debug #defines (documentation, anyone?)
*/
/* #define IPORTAL_DEBUG */