Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit086b9a3

Browse files
committed
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 afterfunction 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.comBackpatch-through: 18
1 parente6dfd06 commit086b9a3

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

‎doc/src/sgml/pgbuffercache.sgml‎

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,18 @@
1919
<primary>pg_buffercache_pages</primary>
2020
</indexterm>
2121

22+
<indexterm>
23+
<primary>pg_buffercache_numa</primary>
24+
</indexterm>
25+
2226
<indexterm>
2327
<primary>pg_buffercache_summary</primary>
2428
</indexterm>
2529

30+
<indexterm>
31+
<primary>pg_buffercache_usage_counts</primary>
32+
</indexterm>
33+
2634
<indexterm>
2735
<primary>pg_buffercache_evict</primary>
2836
</indexterm>
@@ -489,7 +497,7 @@
489497
</sect2>
490498

491499
<sect2 id="pgbuffercache-pg-buffercache-evict-relation">
492-
<title>The <structname>pg_buffercache_evict_relation</structname> Function</title>
500+
<title>The <structname>pg_buffercache_evict_relation()</structname> Function</title>
493501
<para>
494502
The <function>pg_buffercache_evict_relation()</function> function is very
495503
similar to the <function>pg_buffercache_evict()</function> function. The
@@ -507,7 +515,7 @@
507515
</sect2>
508516

509517
<sect2 id="pgbuffercache-pg-buffercache-evict-all">
510-
<title>The <structname>pg_buffercache_evict_all</structname> Function</title>
518+
<title>The <structname>pg_buffercache_evict_all()</structname> Function</title>
511519
<para>
512520
The <function>pg_buffercache_evict_all()</function> function is very
513521
similar to the <function>pg_buffercache_evict()</function> function. The

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp