Tom Lane <t...@sss.pgh.pa.us> wrote: > Looks like auto_explain is under the illusion that it need not call > ExplainBeginOutput/ExplainEndOutput.
They were added by XML formatter; I suppose it worked on 8.4. Explain{Begin/End}Output are static functions, so we cannot call them from an external contrib module. Instead, I'll suggest to call them automatically from ExplainPrintPlan. The original codes in ExplainPrintPlan was moved into ExplainOneResult, that name might be debatable. Patch attached. Regards, --- ITAGAKI Takahiro NTT Open Source Software Center
auto_explain_fix_20091207.patch
Description: Binary data
-- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers