]> granicus.if.org Git - postgresql/commit
Cause the output from debug_print_parse, debug_print_rewritten, and
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Aug 2008 18:30:04 +0000 (18:30 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 19 Aug 2008 18:30:04 +0000 (18:30 +0000)
commit9650830bc82045b32573e52b0843d6a2f56b802a
tree9afe0c48788939c9c6a43efac2ccb91dfe79aa3b
parent2aaca8e3143e10e1514fceb6654987a1f6b3f4ca
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.
doc/src/sgml/config.sgml
src/backend/commands/explain.c
src/backend/tcop/postgres.c
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample