Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)

From: Pierre Giraud <pierre(dot)giraud(at)dalibo(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org, depesz(at)depesz(dot)com, depesz(at)gmail(dot)com
Subject: Re: [PG13] Planning (time + buffers) data structure in explain plan (format text)
Date: 2020-08-21 05:54:13
Message-ID: 4e932e5e-8d86-4dcd-632e-f7c6e2c35a83@dalibo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Le 20/08/2020 à 17:41, Fujii Masao a écrit :
>
>
> On 2020/08/20 22:34, Julien Rouhaud wrote:
>> On Thu, Aug 20, 2020 at 12:29 PM David Rowley <dgrowleyml(at)gmail(dot)com>
>> wrote:
>>>
>>> On Thu, 20 Aug 2020 at 19:58, Fujii Masao
>>> <masao(dot)fujii(at)oss(dot)nttdata(dot)com> wrote:
>>>>
>>>> On 2020/08/20 13:00, David Rowley wrote:
>>>>> 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.
>>>
>>> Looks good to me.
>>
>> Looks good to me too.
>
> David and Julien, thanks for the review! I'd like to wait for
> Pierre's opinion about this change before committing the patch.
>
> Pierre,
> could you share your opinion about this change?

It looks good to me too. Thanks a lot!
Let's not forget to notify Hubert (depesz) once integrated.

>
> Regards,
>

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrey V. Lepikhov 2020-08-21 06:02:30 Re: Asymmetric partition-wise JOIN
Previous Message Peter Smith 2020-08-21 05:24:49 Re: Libpq support to connect to standby server as priority