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: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Pierre Giraud <pierre.giraud@dalibo.com>,
pgsql-hackers@lists.postgresql.org, depesz@depesz.com, depesz@gmail.com
Date: 2020-08-21T16:04:04Z
Lists: pgsql-hackers
Attachments
- bugfix.patch (text/plain) patch
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
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