Re: Disabling memory display in EXPLAIN ANALYZE

2018-04-02 Thread Andres Freund
Hi, On 2018-04-02 17:01:08 -0400, Stephen Frost wrote: > * Andres Freund (and...@anarazel.de) wrote: > > i.e. memory consumption differs between environments. Which isn't > > surprising. > > > > I wonder if we could disable the display with a separate switch or tie > > it to !'COSTS OFF && TIMING

Re: Disabling memory display in EXPLAIN ANALYZE

2018-04-02 Thread Stephen Frost
Greetings, * Andres Freund (and...@anarazel.de) wrote: > i.e. memory consumption differs between environments. Which isn't > surprising. > > I wonder if we could disable the display with a separate switch or tie > it to !'COSTS OFF && TIMING OFF' or such? Yeah, I agree with having these suppress

Disabling memory display in EXPLAIN ANALYZE

2018-04-02 Thread Andres Freund
Hi, The, now reverted, MERGE patch used EXPLAIN (ANALYZE, COSTS OFF, TIMING OFF) on a few queries. That doesn't seem like a bad idea when it's interesting to display the plan and run a query without (interesting) results. Otherwise one has to duplicate the query. But right now it triggers differ