Re: BUG #10404: auto_explain for EXPLAIN ANLYZE. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #10404: auto_explain for EXPLAIN ANLYZE.
Date
Msg-id 11712.1400586687@sss.pgh.pa.us
Whole thread Raw
In response to BUG #10404: auto_explain for EXPLAIN ANLYZE.  (katsumata.tomonari@po.ntts.co.jp)
Responses Re: BUG #10404: auto_explain for EXPLAIN ANLYZE.  (Tomonari Katsumata <katsumata.tomonari@po.ntts.co.jp>)
List pgsql-bugs
katsumata.tomonari@po.ntts.co.jp writes:
> [ auto_explain changes the user-visible behavior of EXPLAIN ]
> Is this an intentional thing? or bug?

Yeah, that's a bug.  The code in explain.c is looking at whether it got
timing results, not whether it asked for them ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: katsumata.tomonari@po.ntts.co.jp
Date:
Subject: BUG #10404: auto_explain for EXPLAIN ANLYZE.
Next
From: Andres Freund
Date:
Subject: Re: BUG #10189: Limit in 9.3.4 no longer works when ordering using a composite multi-type index