aboutsummaryrefslogtreecommitdiff
path: root/src/include/utils/trace.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/utils/trace.h')
-rw-r--r--src/include/utils/trace.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/utils/trace.h b/src/include/utils/trace.h
index 1ec2fd480cf..3174026ca5c 100644
--- a/src/include/utils/trace.h
+++ b/src/include/utils/trace.h
@@ -37,10 +37,8 @@ extern void read_pg_options(SIGNAL_ARGS);
* Trace options, used as index into pg_options.
* Must match the constants in pg_options[].
*/
-enum pg_option_enum
-{
- TRACE_ALL, /* 0=trace some, 1=trace all, -1=trace
- * none */
+enum pg_option_enum {
+ TRACE_ALL, /* 0=trace some, 1=trace all, -1=trace none */
TRACE_VERBOSE,
TRACE_QUERY,
TRACE_PLAN,