diff options
author | Robert Haas <rhaas@postgresql.org> | 2009-12-12 00:35:34 +0000 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2009-12-12 00:35:34 +0000 |
commit | 02490d4692c46bee3e9279e79c5d07c576d2a32c (patch) | |
tree | 110854a6ec9e7e61d4c0e846650f0a78694f34a9 /src/backend/tcop/postgres.c | |
parent | 6b45e3b7aaa0a66082f61921e01f6df6e9f9253f (diff) | |
download | postgresql-02490d4692c46bee3e9279e79c5d07c576d2a32c.tar.gz postgresql-02490d4692c46bee3e9279e79c5d07c576d2a32c.zip |
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.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions