Skip to content

Commit b237f54

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 f8715ec commit b237f54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/sgml/pgbuffercache.sgml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@
585585
</sect2>
586586

587587
<sect2 id="pgbuffercache-pg-buffercache-evict-relation">
588-
<title>The <structname>pg_buffercache_evict_relation()</structname> Function</title>
588+
<title>The <function>pg_buffercache_evict_relation()</function> Function</title>
589589
<para>
590590
The <function>pg_buffercache_evict_relation()</function> function is very
591591
similar to the <function>pg_buffercache_evict()</function> function. The
@@ -603,7 +603,7 @@
603603
</sect2>
604604

605605
<sect2 id="pgbuffercache-pg-buffercache-evict-all">
606-
<title>The <structname>pg_buffercache_evict_all()</structname> Function</title>
606+
<title>The <function>pg_buffercache_evict_all()</function> Function</title>
607607
<para>
608608
The <function>pg_buffercache_evict_all()</function> function is very
609609
similar to the <function>pg_buffercache_evict()</function> function. The
@@ -619,7 +619,7 @@
619619
</sect2>
620620

621621
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty">
622-
<title>The <structname>pg_buffercache_mark_dirty</structname> Function</title>
622+
<title>The <function>pg_buffercache_mark_dirty()</function> Function</title>
623623
<para>
624624
The <function>pg_buffercache_mark_dirty()</function> function takes a
625625
buffer identifier, as shown in the <structfield>bufferid</structfield>
@@ -637,7 +637,7 @@
637637
</sect2>
638638

639639
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty-relation">
640-
<title>The <structname>pg_buffercache_mark_dirty_relation</structname> Function</title>
640+
<title>The <function>pg_buffercache_mark_dirty_relation()</function> Function</title>
641641
<para>
642642
The <function>pg_buffercache_mark_dirty_relation()</function> function is
643643
very similar to the
@@ -656,7 +656,7 @@
656656
</sect2>
657657

658658
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty-all">
659-
<title>The <structname>pg_buffercache_mark_dirty_all</structname> Function</title>
659+
<title>The <function>pg_buffercache_mark_dirty_all()</function> Function</title>
660660
<para>
661661
The <function>pg_buffercache_mark_dirty_all()</function> function is
662662
very similar to the <function>pg_buffercache_mark_dirty()</function>

0 commit comments

Comments
 (0)