Re: New EXPLAIN option: ALL

From: Sergei Kornilov <sk(at)zsrv(dot)org>
To: David Fetter <david(at)fetter(dot)org>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New EXPLAIN option: ALL
Date: 2019-05-07 08:13:15
Message-ID: 505561557216795@sas2-857317bd6599.qloud-c.yandex.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?

regards, Sergei

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2019-05-07 08:26:59 Re: reloption to prevent VACUUM from truncating empty pages at the end of relation
Previous Message John Naylor 2019-05-07 08:12:31 Re: copy-past-o comment in lock.h