summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorJan Wieck1999-05-11 09:06:35 +0000
committerJan Wieck1999-05-11 09:06:35 +0000
commit5057010944246c392b5dbbf465b69e6affe273d1 (patch)
tree097d09de47ff10c702a1e6fa738011687be2ca43 /src/include
parent1ba362f5674b1b00ad70a34c396e32452c7f2e8e (diff)
Changed debug options:
-d4 now prints compressed trees from nodeToString() -d5 prints pretty trees via nodeDisplay() new pg_options: pretty_plan, pretty_parse, pretty_rewritten Jan
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,