This module provides the pg_buffercache_pages()
- function (wrapped in the pg_buffercache view),
+ function (wrapped in the pg_buffercache view), the
pg_buffercache_numa_pages() function (wrapped in the
pg_buffercache_numa view), the
pg_buffercache_summary() function, the
pg_buffercache_usage_counts() function, the
- pg_buffercache_evict(), the
+ pg_buffercache_evict() function, the
pg_buffercache_evict_relation() function and the
pg_buffercache_evict_all() function.
- The pg_buffercache_numa_pages() provides
+ The pg_buffercache_numa_pages() function provides
NUMA node mappings for shared buffer entries. This
information is not part of pg_buffercache_pages()
itself, as it is much slower to retrieve.