Re: [PG13] Planning (time + buffers) data structure in explain plan (format text) - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
Date
Msg-id 5605ac79-90c0-6a5f-256d-5cabf52a3fe8@oss.nttdata.com
Whole thread Raw
In response to Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)  (David Rowley <dgrowleyml@gmail.com>)
Responses Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
List pgsql-hackers

On 2020/08/20 13:00, David Rowley wrote:
> On Thu, 20 Aug 2020 at 03:31, Fujii Masao <masao.fujii@oss.nttdata.com> wrote:
>> With the patch, for example, whatever "summary" settng is, "buffers on"
>> displays the planner's buffer usage if it happens.
> 
> 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.

Regards,

-- 
Fujii Masao
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION

Attachment

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: Asynchronous Append on postgres_fdw nodes.
Next
From: Pierre Giraud
Date:
Subject: Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)