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 a2bd31a4-6c9f-61a8-e75a-e03a164dfc08@oss.nttdata.com
Whole thread Raw
In response to Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)  (Fujii Masao <masao.fujii@oss.nttdata.com>)
List pgsql-hackers

On 2020/08/21 23:53, Tom Lane wrote:
> Fujii Masao <masao.fujii@oss.nttdata.com> writes:
>> Pushed. Thanks!
> 
> Buildfarm shows this patch has got problems under
> -DRELCACHE_FORCE_RELEASE and/or -DCATCACHE_FORCE_RELEASE:
> 
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2020-08-21%2011%3A54%3A12

Thanks for the report!

This happens because, in text format, whether "Planning:" line is output
varies depending on the system state. So explain_filter() should ignore
"Planning:" line. Patch attached. I'm now checking whether the patched
version works fine.

Regards,

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

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
Next
From: Ibrar Ahmed
Date:
Subject: Re: COPY FREEZE and setting PD_ALL_VISIBLE/visibility map bits