Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Pierre Giraud <pierre.giraud@dalibo.com>
Cc: pgsql-hackers@lists.postgresql.org, Fujii Masao <fujii@postgresql.org>
Date: 2020-08-19T03:27:06Z
Lists: pgsql-hackers
On Fri, Aug 07, 2020 at 02:30:01PM +0200, Pierre Giraud wrote: > Hi all, > > As far as I understand, in the upcoming version 13, information about > buffers used during planning is now available in the explain plan. > > […] > Planning Time: 0.203 ms > Buffers: shared hit=14 > […] > > For a matter of consistency, I wonder if it would be possible to format > it like the following: > > […] > Planning: > Planning Time: 0.203 ms > Buffers: shared hit=14 Thanks for reporting. I added this here. https://wiki.postgresql.org/wiki/PostgreSQL_13_Open_Items -- Justin
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