Re: Planning time in explain/explain analyze - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Planning time in explain/explain analyze
Date
Msg-id CAM-w4HPRLOLsargB43-3drwpmXUgmvSt0erJC5C1pQcofbaURw@mail.gmail.com
Whole thread Raw
In response to Re: Planning time in explain/explain analyze  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Planning time in explain/explain analyze  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Jan 9, 2014 at 9:14 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> In short then, I think we should just add this to EXPLAIN and be done.
> -1 for sticking the info into PlannedStmt or anything like that.

I'm confused. I thought I was arguing to support your suggestion that
the initial planning store the time in the cached plan and explain
should output the time the original planning took.


-- 
greg



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: nested hstore patch
Next
From: Jim Nasby
Date:
Subject: Re: Add CREATE support to event triggers