summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/utils/trace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/utils/trace.h b/src/include/utils/trace.h
index 52bc301a0a2..4695e865aa7 100644
--- a/src/include/utils/trace.h
+++ b/src/include/utils/trace.h
@@ -49,6 +49,9 @@ enum pg_option_enum
TRACE_PLAN,
TRACE_PARSE,
TRACE_REWRITTEN,
+ TRACE_PRETTY_PLAN, /* indented multiline versions of trees */
+ TRACE_PRETTY_PARSE,
+ TRACE_PRETTY_REWRITTEN,
TRACE_PARSERSTATS,
TRACE_PLANNERSTATS,
TRACE_EXECUTORSTATS,