mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
EXPLAIN output now comes out as a query result, not a NOTICE message.
Also, fix debug logging of parse/plan trees so that the messages actually go through elog(), not directly to stdout.
This commit is contained in:
@ -136,6 +136,8 @@
|
||||
#debug_print_plan = false
|
||||
#debug_pretty_print = false
|
||||
|
||||
#explain_pretty_print = true
|
||||
|
||||
# requires USE_ASSERT_CHECKING
|
||||
#debug_assertions = true
|
||||
|
||||
|
Reference in New Issue
Block a user