Skip to content

Commit 5a60ba5

Browse files
committed
Replace #ifdef, #endif with # requires comment.
1 parent 0b79ed2 commit 5a60ba5

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,17 @@
120120
#debug_print_plan = false
121121
#debug_pretty_print = false
122122

123-
#ifdef USE_ASSERT_CHECKING
123+
# requires USE_ASSERT_CHECKING
124124
#debug_assertions = true
125-
#endif
126125

127126

128127
#
129128
# Syslog
130129
#
131-
#ifdef ENABLE_SYSLOG
130+
# requires ENABLE_SYSLOG
132131
#syslog = 0 # range 0-2
133132
#syslog_facility = 'LOCAL0'
134133
#syslog_ident = 'postgres'
135-
#endif
136134

137135

138136
#
@@ -142,9 +140,9 @@
142140
#show_planner_stats = false
143141
#show_executor_stats = false
144142
#show_query_stats = false
145-
#ifdef BTREE_BUILD_STATS
143+
144+
# requires BTREE_BUILD_STATS
146145
#show_btree_build_stats = false
147-
#endif
148146

149147

150148
#
@@ -161,14 +159,14 @@
161159
# Lock Tracing
162160
#
163161
#trace_notify = false
164-
#ifdef LOCK_DEBUG
162+
163+
# requires LOCK_DEBUG
165164
#trace_locks = false
166165
#trace_userlocks = false
167166
#trace_lwlocks = false
168167
#debug_deadlocks = false
169168
#trace_lock_oidmin = 16384
170169
#trace_lock_table = 0
171-
#endif
172170

173171

174172
#

0 commit comments

Comments
 (0)