]> granicus.if.org Git - postgresql/commitdiff
Replace #ifdef, #endif with # requires comment.
authorBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2002 05:50:25 +0000 (05:50 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 4 Jan 2002 05:50:25 +0000 (05:50 +0000)
src/backend/utils/misc/postgresql.conf.sample

index db2a372b394a8e24edbcf6d9c84acd8365ef7929..071e814454ce097571d5b6c6e49fb8e6cbf932b5 100644 (file)
 #debug_print_plan = false
 #debug_pretty_print = false
 
-#ifdef USE_ASSERT_CHECKING
+# requires USE_ASSERT_CHECKING
 #debug_assertions = true
-#endif
 
 
 #
 #      Syslog
 #
-#ifdef ENABLE_SYSLOG
+# requires ENABLE_SYSLOG
 #syslog = 0 # range 0-2
 #syslog_facility = 'LOCAL0'
 #syslog_ident = 'postgres'
-#endif
 
 
 #
 #show_planner_stats = false
 #show_executor_stats = false
 #show_query_stats = false
-#ifdef BTREE_BUILD_STATS
+
+# requires BTREE_BUILD_STATS
 #show_btree_build_stats = false
-#endif
 
 
 #
 #      Lock Tracing
 #
 #trace_notify = false
-#ifdef LOCK_DEBUG
+
+# requires LOCK_DEBUG
 #trace_locks = false
 #trace_userlocks = false
 #trace_lwlocks = false
 #debug_deadlocks = false
 #trace_lock_oidmin = 16384
 #trace_lock_table = 0
-#endif
 
 
 #