🌐 AI搜索 & 代理 主页
Skip to content

Commit 1412c8e

Browse files
doc: Fix titles of some pg_buffercache functions.
As in commit 59d6c03, use <function> rather than <structname> in the <title> to be consistent with how other functions in this module are documented. Oversights in commits dcf7e16 and 9ccc049. Author: Noboru Saito <noborusai@gmail.com> Discussion: https://postgr.es/m/CAAM3qn%2B7KraFkCyoJCHq6m%3DurxcoHPEPryuyYeg%3DQ0EjJxjdTA%40mail.gmail.com Backpatch-through: 18
1 parent ae627d8 commit 1412c8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/pgbuffercache.sgml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@
497497
</sect2>
498498

499499
<sect2 id="pgbuffercache-pg-buffercache-evict-relation">
500-
<title>The <structname>pg_buffercache_evict_relation()</structname> Function</title>
500+
<title>The <function>pg_buffercache_evict_relation()</function> Function</title>
501501
<para>
502502
The <function>pg_buffercache_evict_relation()</function> function is very
503503
similar to the <function>pg_buffercache_evict()</function> function. The
@@ -515,7 +515,7 @@
515515
</sect2>
516516

517517
<sect2 id="pgbuffercache-pg-buffercache-evict-all">
518-
<title>The <structname>pg_buffercache_evict_all()</structname> Function</title>
518+
<title>The <function>pg_buffercache_evict_all()</function> Function</title>
519519
<para>
520520
The <function>pg_buffercache_evict_all()</function> function is very
521521
similar to the <function>pg_buffercache_evict()</function> function. The

0 commit comments

Comments
 (0)