mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: Add missing index entries and fix title formatting in pg_buffercache docs.
This commit adds missing index entries for the functions pg_buffercache_numa() and pg_buffercache_usage_counts() in the pg_buffercache documentation. It also makes the function titles consistent by adding parentheses after function names where they were previously missing. Author: Fujii Masao <masao.fujii@gmail.com> Reviewed-by: Michael Paquier <michael@paquier.xyz> Discussion: https://postgr.es/m/7d19af4b-7da3-4862-9f52-ff958960bd8d@oss.nttdata.com Backpatch-through: 18
This commit is contained in:
@ -19,10 +19,18 @@
|
||||
<primary>pg_buffercache_pages</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm>
|
||||
<primary>pg_buffercache_numa</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm>
|
||||
<primary>pg_buffercache_summary</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm>
|
||||
<primary>pg_buffercache_usage_counts</primary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm>
|
||||
<primary>pg_buffercache_evict</primary>
|
||||
</indexterm>
|
||||
@ -489,7 +497,7 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 id="pgbuffercache-pg-buffercache-evict-relation">
|
||||
<title>The <structname>pg_buffercache_evict_relation</structname> Function</title>
|
||||
<title>The <structname>pg_buffercache_evict_relation()</structname> Function</title>
|
||||
<para>
|
||||
The <function>pg_buffercache_evict_relation()</function> function is very
|
||||
similar to the <function>pg_buffercache_evict()</function> function. The
|
||||
@ -507,7 +515,7 @@
|
||||
</sect2>
|
||||
|
||||
<sect2 id="pgbuffercache-pg-buffercache-evict-all">
|
||||
<title>The <structname>pg_buffercache_evict_all</structname> Function</title>
|
||||
<title>The <structname>pg_buffercache_evict_all()</structname> Function</title>
|
||||
<para>
|
||||
The <function>pg_buffercache_evict_all()</function> function is very
|
||||
similar to the <function>pg_buffercache_evict()</function> function. The
|
||||
|
Reference in New Issue
Block a user