mirror of
https://github.com/postgres/postgres.git
synced 2025-12-13 14:22:43 +03:00
doc: Fix titles of some pg_buffercache functions.
As in commit59d6c03956, use <function> rather than <structname> in the <title> to be consistent with how other functions in this module are documented. Oversights in commitsdcf7e1697band9ccc049dfe. Author: Noboru Saito <noborusai@gmail.com> Discussion: https://postgr.es/m/CAAM3qn%2B7KraFkCyoJCHq6m%3DurxcoHPEPryuyYeg%3DQ0EjJxjdTA%40mail.gmail.com Backpatch-through: 18
This commit is contained in:
@@ -585,7 +585,7 @@
|
|||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="pgbuffercache-pg-buffercache-evict-relation">
|
<sect2 id="pgbuffercache-pg-buffercache-evict-relation">
|
||||||
<title>The <structname>pg_buffercache_evict_relation()</structname> Function</title>
|
<title>The <function>pg_buffercache_evict_relation()</function> Function</title>
|
||||||
<para>
|
<para>
|
||||||
The <function>pg_buffercache_evict_relation()</function> function is very
|
The <function>pg_buffercache_evict_relation()</function> function is very
|
||||||
similar to the <function>pg_buffercache_evict()</function> function. The
|
similar to the <function>pg_buffercache_evict()</function> function. The
|
||||||
@@ -603,7 +603,7 @@
|
|||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="pgbuffercache-pg-buffercache-evict-all">
|
<sect2 id="pgbuffercache-pg-buffercache-evict-all">
|
||||||
<title>The <structname>pg_buffercache_evict_all()</structname> Function</title>
|
<title>The <function>pg_buffercache_evict_all()</function> Function</title>
|
||||||
<para>
|
<para>
|
||||||
The <function>pg_buffercache_evict_all()</function> function is very
|
The <function>pg_buffercache_evict_all()</function> function is very
|
||||||
similar to the <function>pg_buffercache_evict()</function> function. The
|
similar to the <function>pg_buffercache_evict()</function> function. The
|
||||||
@@ -619,7 +619,7 @@
|
|||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty">
|
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty">
|
||||||
<title>The <structname>pg_buffercache_mark_dirty</structname> Function</title>
|
<title>The <function>pg_buffercache_mark_dirty()</function> Function</title>
|
||||||
<para>
|
<para>
|
||||||
The <function>pg_buffercache_mark_dirty()</function> function takes a
|
The <function>pg_buffercache_mark_dirty()</function> function takes a
|
||||||
buffer identifier, as shown in the <structfield>bufferid</structfield>
|
buffer identifier, as shown in the <structfield>bufferid</structfield>
|
||||||
@@ -637,7 +637,7 @@
|
|||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty-relation">
|
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty-relation">
|
||||||
<title>The <structname>pg_buffercache_mark_dirty_relation</structname> Function</title>
|
<title>The <function>pg_buffercache_mark_dirty_relation()</function> Function</title>
|
||||||
<para>
|
<para>
|
||||||
The <function>pg_buffercache_mark_dirty_relation()</function> function is
|
The <function>pg_buffercache_mark_dirty_relation()</function> function is
|
||||||
very similar to the
|
very similar to the
|
||||||
@@ -656,7 +656,7 @@
|
|||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty-all">
|
<sect2 id="pgbuffercache-pg-buffercache-mark-dirty-all">
|
||||||
<title>The <structname>pg_buffercache_mark_dirty_all</structname> Function</title>
|
<title>The <function>pg_buffercache_mark_dirty_all()</function> Function</title>
|
||||||
<para>
|
<para>
|
||||||
The <function>pg_buffercache_mark_dirty_all()</function> function is
|
The <function>pg_buffercache_mark_dirty_all()</function> function is
|
||||||
very similar to the <function>pg_buffercache_mark_dirty()</function>
|
very similar to the <function>pg_buffercache_mark_dirty()</function>
|
||||||
|
|||||||
Reference in New Issue
Block a user