From f71939cd1ac765ba618115f40de4d9c47955a9ef Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 3 Jul 2013 14:19:44 -0400 Subject: [PATCH] pg_buffercache: document column meanings Improve documentation for usagecount and relforknumber. Backpatch to 9.3. Suggestion from Satoshi Nagayasu --- doc/src/sgml/pgbuffercache.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index 1d7d95f9d7..685351f11e 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -84,7 +84,8 @@ relforknumber smallint - Fork number within the relation + Fork number within the relation; see + include/storage/relfilenode.h @@ -98,7 +99,7 @@ usagecount smallint - Page LRU count + Clock-sweep access count -- 2.40.0