From b237f5422bc0667754f986f9d5bfc34a13401bc1 Mon Sep 17 00:00:00 2001 From: Nathan Bossart Date: Tue, 9 Dec 2025 11:01:38 -0600 Subject: [PATCH] doc: Fix titles of some pg_buffercache functions. As in commit 59d6c03956, use rather than in the to be consistent with how other functions in this module are documented. Oversights in commits dcf7e1697b and 9ccc049dfe. Author: Noboru Saito <noborusai@gmail.com> Discussion: https://postgr.es/m/CAAM3qn%2B7KraFkCyoJCHq6m%3DurxcoHPEPryuyYeg%3DQ0EjJxjdTA%40mail.gmail.com Backpatch-through: 18 --- doc/src/sgml/pgbuffercache.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 2e1b9bbecf4..1e9aee10275 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -585,7 +585,7 @@ </sect2> <sect2 id="pgbuffercache-pg-buffercache-evict-relation"> - <title>The <structname>pg_buffercache_evict_relation()</structname> Function + The <function>pg_buffercache_evict_relation()</function> Function The pg_buffercache_evict_relation() function is very similar to the pg_buffercache_evict() function. The @@ -603,7 +603,7 @@ - The <structname>pg_buffercache_evict_all()</structname> Function + The <function>pg_buffercache_evict_all()</function> Function The pg_buffercache_evict_all() function is very similar to the pg_buffercache_evict() function. The @@ -619,7 +619,7 @@ - The <structname>pg_buffercache_mark_dirty</structname> Function + The <function>pg_buffercache_mark_dirty()</function> Function The pg_buffercache_mark_dirty() function takes a buffer identifier, as shown in the bufferid @@ -637,7 +637,7 @@ - The <structname>pg_buffercache_mark_dirty_relation</structname> Function + The <function>pg_buffercache_mark_dirty_relation()</function> Function The pg_buffercache_mark_dirty_relation() function is very similar to the @@ -656,7 +656,7 @@ - The <structname>pg_buffercache_mark_dirty_all</structname> Function + The <function>pg_buffercache_mark_dirty_all()</function> Function The pg_buffercache_mark_dirty_all() function is very similar to the pg_buffercache_mark_dirty() -- 2.39.5