pgsql: doc: Add missing index entries and fix title formatting in pg_bu

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Add missing index entries and fix title formatting in pg_bu
Date: 2025-07-24 02:44:52
Message-ID: E1uelwy-000S71-1M@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Add missing index entries and fix title formatting in pg_buffercache docs.

This commit adds missing index entries for the functions pg_buffercache_numa()
and pg_buffercache_usage_counts() in the pg_buffercache documentation.

It also makes the function titles consistent by adding parentheses after
function names where they were previously missing.

Author: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
Reviewed-by: Michael Paquier <michael(at)paquier(dot)xyz>
Discussion: https://postgr.es/m/7d19af4b-7da3-4862-9f52-ff958960bd8d@oss.nttdata.com
Backpatch-through: 18

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/086b9a33aafeeeaa0af0c806410ea6228f2f63f4

Modified Files
--------------
doc/src/sgml/pgbuffercache.sgml | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2025-07-24 02:45:12 pgsql: doc: Add missing index entries and fix title formatting in pg_bu
Previous Message Michael Paquier 2025-07-24 01:25:21 Re: pgsql: Preserve conflict-relevant data during logical replication.