pgsql: doc: Fix titles of some pg_buffercache functions.

From: Nathan Bossart <nathan(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Fix titles of some pg_buffercache functions.
Date: 2025-12-09 17:02:42
Message-ID: E1vT16n-003eqY-1s@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Fix titles of some pg_buffercache functions.

As in commit 59d6c03956, use <function> rather than <structname> in
the <title> to be consistent with how other functions in this
module are documented.

Oversights in commits dcf7e1697b and 9ccc049dfe.

Author: Noboru Saito <noborusai(at)gmail(dot)com>
Discussion: https://postgr.es/m/CAAM3qn%2B7KraFkCyoJCHq6m%3DurxcoHPEPryuyYeg%3DQ0EjJxjdTA%40mail.gmail.com
Backpatch-through: 18

Branch
------
REL_18_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1412c8ea0740ffe97c154cd63760a214e26c94a8

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-12-09 17:40:19 Re: pgsql: injection_points: Remove portions related to custom pgstats
Previous Message Tom Lane 2025-12-09 16:43:48 pgsql: Support "j" length modifier in snprintf.c.