Re: New EXPLAIN option: ALL - Mailing list pgsql-hackers

From David Fetter
Subject Re: New EXPLAIN option: ALL
Date
Msg-id 20190507162822.GK28936@fetter.org
Whole thread Raw
In response to Re: New EXPLAIN option: ALL  (Sergei Kornilov <sk@zsrv.org>)
List pgsql-hackers
On Tue, May 07, 2019 at 11:13:15AM +0300, Sergei Kornilov wrote:
> Hi
> 
> I liked this idea.
> 
> +            timing_set = true;
> +            es->timing = defGetBoolean(opt);
> +            summary_set = true;
> +            es->timing = defGetBoolean(opt);
> 
> second es->timing should be es->summary, right?

You are correct! Sorry about the copy-paste-o.

Best,
David.
-- 
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778

Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate

Attachment

pgsql-hackers by date:

Previous
From: Magnus Hagander
Date:
Subject: Re: Typos and wording in jsonpath-exec.c
Next
From: David Fetter
Date:
Subject: Re: New EXPLAIN option: ALL