mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
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
This commit is contained in:
@ -53,6 +53,9 @@ static char *opt_names[] = {
|
||||
"plan",
|
||||
"parse",
|
||||
"rewritten",
|
||||
"pretty_plan",
|
||||
"pretty_parse",
|
||||
"pretty_rewritten",
|
||||
"parserstats",
|
||||
"plannerstats",
|
||||
"executorstats",
|
||||
|
Reference in New Issue
Block a user