-
- Downloads
Cause the output from debug_print_parse, debug_print_rewritten, and
debug_print_plan to appear at LOG message level, not DEBUG1 as historically. Make debug_pretty_print default to on. Also, cause plans generated via EXPLAIN to be subject to debug_print_plan. This is all to make debug_print_plan a reasonably comfortable substitute for the former behavior of EXPLAIN VERBOSE.
Showing
- doc/src/sgml/config.sgml 24 additions, 12 deletionsdoc/src/sgml/config.sgml
- src/backend/commands/explain.c 2 additions, 2 deletionssrc/backend/commands/explain.c
- src/backend/tcop/postgres.c 7 additions, 7 deletionssrc/backend/tcop/postgres.c
- src/backend/utils/misc/guc.c 6 additions, 6 deletionssrc/backend/utils/misc/guc.c
- src/backend/utils/misc/postgresql.conf.sample 1 addition, 1 deletionsrc/backend/utils/misc/postgresql.conf.sample
Loading
Please register or sign in to comment