Re: [PATCH] Docs: clarify default values of EXPLAIN BUFFERS and SERIALIZE

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: "Ryo Matsumura (Fujitsu)" <matsumura(dot)ryo(at)fujitsu(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] Docs: clarify default values of EXPLAIN BUFFERS and SERIALIZE
Date: 2026-03-18 23:32:30
Message-ID: CAHGQGwHeQS+h-VRZzVaVfSP7gO=y9CVKU1TEvOEmUCW-qBVFmw@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Mar 18, 2026 at 7:09 PM Ryo Matsumura (Fujitsu)
<matsumura(dot)ryo(at)fujitsu(dot)com> wrote:
>
> On Tue, Mar 17, 2026 at 15:34:00 +0000, Fujii Masao <masao(dot)fujii(at)gmail(dot)com> wrote:
> > Since the docs already state that buffer usage is automatically included
> > when ANALYZE is used, the focus here seems to be clarifying the behavior
> > of BUFFERS without ANALYZE. From that perspective, it might be better to
> > explicitly describe what happens when BUFFERS is TRUE without ANALYZE.
> > I've updated the patch accordingly. Patch attached. Thought?
>
> I have no objections.

I've pushed the patch. Thanks!

Regards,

--
Fujii Masao

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Lukas Fittl 2026-03-18 23:36:03 Re: Stack-based tracking of per-node WAL/buffer usage
Previous Message Masahiko Sawada 2026-03-18 23:29:10 Re: Initial COPY of Logical Replication is too slow