8000 doc: pg_buffercache documentation wordsmithing · postgres/postgres@87f0d3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 87f0d3c

Browse files
doc: pg_buffercache documentation wordsmithing
A words seemed to have gone missing in the leading paragraphs. Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com> Co-authored-by: Daniel Gustafsson <daniel@yesql.se> Discussion: https://postgr.es/m/aGTQYZz9L0bjlzVL@ip-10-97-1-34.eu-west-3.compute.internal Backpatch-through: 18
1 parent 7c6eded commit 87f0d3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/src/sgml/pgbuffercache.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737

3838
<para>
3939
This module provides the <function>pg_buffercache_pages()</function>
40-
function (wrapped in the <structname>pg_buffercache</structname> view),
40+
function (wrapped in the <structname>pg_buffercache</structname> view), the
4141
<function>pg_buffercache_numa_pages()</function> function (wrapped in the
4242
<structname>pg_buffercache_numa</structname> view), the
4343
<function>pg_buffercache_summary()</function> function, the
4444
<function>pg_buffercache_usage_counts()</function> function, the
45-
<function>pg_buffercache_evict()</function>, the
45+
<function>pg_buffercache_evict()</function> function, the
4646
<function>pg_buffercache_evict_relation()</function> function and the
4747
<function>pg_buffercache_evict_all()</function> function.
4848
</para>
@@ -55,7 +55,7 @@
5555
</para>
5656

5757
<para>
58-
The <function>pg_buffercache_numa_pages()</function> provides
58+
The <function>pg_buffercache_numa_pages()</function> function provides
5959
<acronym>NUMA</acronym> node mappings for shared buffer entries. This
6060
information is not part of <function>pg_buffercache_pages()</function>
6161
itself, as it is much slower to retrieve.

0 commit comments

Comments
 (0)
0