File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 37
37
38
38
<para>
39
39
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
41
41
<function>pg_buffercache_numa_pages()</function> function (wrapped in the
42
42
<structname>pg_buffercache_numa</structname> view), the
43
43
<function>pg_buffercache_summary()</function> function, the
44
44
<function>pg_buffercache_usage_counts()</function> function, the
45
- <function>pg_buffercache_evict()</function>, the
45
+ <function>pg_buffercache_evict()</function> function , the
46
46
<function>pg_buffercache_evict_relation()</function> function and the
47
47
<function>pg_buffercache_evict_all()</function> function.
48
48
</para>
55
55
</para>
56
56
57
57
<para>
58
- The <function>pg_buffercache_numa_pages()</function> provides
58
+ The <function>pg_buffercache_numa_pages()</function> function provides
59
59
<acronym>NUMA</acronym> node mappings for shared buffer entries. This
60
60
information is not part of <function>pg_buffercache_pages()</function>
61
61
itself, as it is much slower to retrieve.
You can’t perform that action at this time.
0 commit comments