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

From Sergei Kornilov
Subject Re: New EXPLAIN option: ALL
Date
Msg-id 505561557216795@sas2-857317bd6599.qloud-c.yandex.net
Whole thread Raw
In response to Re: New EXPLAIN option: ALL  (David Fetter <david@fetter.org>)
Responses Re: New EXPLAIN option: ALL  (David Fetter <david@fetter.org>)
List 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



pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: copy-past-o comment in lock.h
Next
From: Masahiko Sawada
Date:
Subject: Re: reloption to prevent VACUUM from truncating empty pages at theend of relation