pgsql: doc: Clarify BUFFERS behavior without ANALYZE in EXPLAIN

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Clarify BUFFERS behavior without ANALYZE in EXPLAIN
Date: 2026-03-18 23:32:02
Message-ID: E1w30Mr-000PJ8-1i@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Clarify BUFFERS behavior without ANALYZE in EXPLAIN

This commit clarifies the documentation for the BUFFERS option of EXPLAIN
by explicitly describing its behavior when ANALYZE is not specified.

Author: Ryo Matsumura <matsumura(dot)ryo(at)fujitsu(dot)com>
Reviewed-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Discussion: https://postgr.es/m/TYRPR01MB13457D31085CB5B246DBBA1AFE845A@TYRPR01MB13457.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/645c6d05cc37d06994b7423c1bf816c609bcb6be

Modified Files
--------------
doc/src/sgml/ref/explain.sgml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2026-03-19 02:39:51 pgsql: Add more debugging information for bgworker termination tests of
Previous Message Robert Haas 2026-03-18 23:19:51 Re: pgsql: Don't leave behind files in src dir in 007_multixact_conversion.