File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 120
120
#debug_print_plan = false
121
121
#debug_pretty_print = false
122
122
123
- #ifdef USE_ASSERT_CHECKING
123
+ # requires USE_ASSERT_CHECKING
124
124
#debug_assertions = true
125
- #endif
126
125
127
126
128
127
#
129
128
# Syslog
130
129
#
131
- #ifdef ENABLE_SYSLOG
130
+ # requires ENABLE_SYSLOG
132
131
#syslog = 0 # range 0-2
133
132
#syslog_facility = 'LOCAL0'
134
133
#syslog_ident = 'postgres'
135
- #endif
136
134
137
135
138
136
#
142
140
#show_planner_stats = false
143
141
#show_executor_stats = false
144
142
#show_query_stats = false
145
- #ifdef BTREE_BUILD_STATS
143
+
144
+ # requires BTREE_BUILD_STATS
146
145
#show_btree_build_stats = false
147
- #endif
148
146
149
147
150
148
#
161
159
# Lock Tracing
162
160
#
163
161
#trace_notify = false
164
- #ifdef LOCK_DEBUG
162
+
163
+ # requires LOCK_DEBUG
165
164
#trace_locks = false
166
165
#trace_userlocks = false
167
166
#trace_lwlocks = false
168
167
#debug_deadlocks = false
169
168
#trace_lock_oidmin = 16384
170
169
#trace_lock_table = 0
171
- #endif
172
170
173
171
174
172
#
You can’t perform that action at this time.
0 commit comments