Re: pgsql: Include information on buffer usage during planning phase, in EX

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com>
Cc: Michael Paquier <michael(at)paquier(dot)xyz>, Fujii Masao <fujii(at)postgresql(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Include information on buffer usage during planning phase, in EX
Date: 2020-04-03 03:30:53
Message-ID: 23095.1585884653@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fujii Masao <masao(dot)fujii(at)oss(dot)nttdata(dot)com> writes:
> On 2020/04/03 11:58, Michael Paquier wrote:
>> prion did not like that:
>> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=prion&dt=2020-04-03%2002%3A33%3A13

dory failed as well. The problem is that in text mode, a Buffers line
won't appear at all if there were zero buffer accesses. I don't think
we really want to change that, so probably the thing to do is adapt
the filter functions in explain.sql so that they suppress Buffers lines
altogether in text output. Kind of annoying, but ...

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-04-03 06:24:41 Re: pgsql: Include information on buffer usage during planning phase, in EX
Previous Message Fujii Masao 2020-04-03 03:26:36 Re: pgsql: Include information on buffer usage during planning phase, in EX