Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
Fujii Masao <masao.fujii@oss.nttdata.com>
From: Fujii Masao <masao.fujii@oss.nttdata.com>
To: Pierre Giraud <pierre.giraud@dalibo.com>,
pgsql-hackers@lists.postgresql.org, depesz@depesz.com, depesz@gmail.com
Date: 2020-08-21T11:52:34Z
Lists: pgsql-hackers
On 2020/08/21 14:54, Pierre Giraud wrote: > Le 20/08/2020 à 17:41, Fujii Masao a écrit : >> >> >> On 2020/08/20 22:34, Julien Rouhaud wrote: >>> On Thu, Aug 20, 2020 at 12:29 PM David Rowley <dgrowleyml@gmail.com> >>> wrote: >>>> >>>> On Thu, 20 Aug 2020 at 19:58, Fujii Masao >>>> <masao.fujii@oss.nttdata.com> wrote: >>>>> >>>>> On 2020/08/20 13:00, David Rowley wrote: >>>>>> I forgot to mention earlier, you'll also need to remove the part in >>>>>> the docs that mentions BUFFERS requires ANALYZE. >>>>> >>>>> Thanks for the review! I removed that. >>>>> Attached is the updated version of the patch. >>>>> I also added the regression test performing "explain (buffers on)" >>>>> without "analyze" option. >>>> >>>> Looks good to me. >>> >>> Looks good to me too. >> >> David and Julien, thanks for the review! I'd like to wait for >> Pierre's opinion about this change before committing the patch. >> >> Pierre, >> could you share your opinion about this change? > > It looks good to me too. Thanks a lot! Pushed. Thanks! > Let's not forget to notify Hubert (depesz) once integrated. You're going to do that? Regards, -- Fujii Masao Advanced Computing Technology Center Research and Development Headquarters NTT DATA CORPORATION
Commits
-
Fix explain regression test failure.
- bc2ebf3acfd2 13.0 landed
- eabba4a3eb71 14.0 landed
-
Rework EXPLAIN for planner's buffer usage.
- 674899ae02c3 13.0 landed
- 9d701e624f4b 14.0 landed