1
0
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:
Jan Wieck
1999-05-11 09:06:35 +00:00
parent 1ba362f567
commit 5057010944
3 changed files with 59 additions and 19 deletions

View File

@ -53,6 +53,9 @@ static char *opt_names[] = {
"plan",
"parse",
"rewritten",
"pretty_plan",
"pretty_parse",
"pretty_rewritten",
"parserstats",
"plannerstats",
"executorstats",