Tom Lane wrote: > Euler Taveira de Oliveira <[email protected]> writes: > > While testing the EXPLAIN BUFFERS patch I found a bug. I'm too tired to > > provide a fix right now but if someone can take it I will appreciate. It > > seems > > ExplainJSONLineEnding() doesn't expect es->grouping_stack list as a null > > pointer. > > Looks like auto_explain is under the illusion that it need not call > ExplainBeginOutput/ExplainEndOutput.
Fortunately the author of auto_explain can now commit the fix by himself ... Kudos, BTW :-) -- Alvaro Herrera http://www.CommandPrompt.com/ The PostgreSQL Company - Command Prompt, Inc. -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
