diff options
author | Daniel Gustafsson | 2025-07-02 09:42:36 +0000 |
---|---|---|
committer | Daniel Gustafsson | 2025-07-02 09:42:36 +0000 |
commit | 8eede2c7200fba0eae40a19ca78939fd0dc0ec5b (patch) | |
tree | d67ec21b32c3089b49da10c27cc70f91d3670e11 /doc/src | |
parent | f039c2244110a55e966e8538b6be8bf83458a0fb (diff) |
doc: pg_buffercache documentation wordsmithing
A words seemed to have gone missing in the leading paragraphs.
Author: Bertrand Drouvot <[email protected]>
Co-authored-by: Daniel Gustafsson <[email protected]>
Discussion: https://postgr.es/m/[email protected]
Backpatch-through: 18
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/pgbuffercache.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 537d6014942..546ace8369e 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -37,12 +37,12 @@ <para> This module provides the <function>pg_buffercache_pages()</function> - function (wrapped in the <structname>pg_buffercache</structname> view), + function (wrapped in the <structname>pg_buffercache</structname> view), the <function>pg_buffercache_numa_pages()</function> function (wrapped in the <structname>pg_buffercache_numa</structname> view), the <function>pg_buffercache_summary()</function> function, the <function>pg_buffercache_usage_counts()</function> function, the - <function>pg_buffercache_evict()</function>, the + <function>pg_buffercache_evict()</function> function, the <function>pg_buffercache_evict_relation()</function> function and the <function>pg_buffercache_evict_all()</function> function. </para> @@ -55,7 +55,7 @@ </para> <para> - The <function>pg_buffercache_numa_pages()</function> provides + The <function>pg_buffercache_numa_pages()</function> function provides <acronym>NUMA</acronym> node mappings for shared buffer entries. This information is not part of <function>pg_buffercache_pages()</function> itself, as it is much slower to retrieve. |