postgresql/contrib/auto_explain
Robert Haas 02490d4692 Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain.
Without these functions, anyone outside of explain.c can't actually use
ExplainPrintPlan, because the ExplainState won't be initialized properly.
The user-visible result of this was a crash when using auto_explain with
the JSON output format.

Report by Euler Taveira de Oliveira.  Analysis by Tom Lane.  Patch by me.
2009-12-12 00:35:34 +00:00
..
auto_explain.c Export ExplainBeginOutput() and ExplainEndOutput() for auto_explain. 2009-12-12 00:35:34 +00:00
Makefile Add auto-explain contrib module for automatic logging of the plans of 2008-11-19 02:59:28 +00:00