From ef1c807c25b47960aa86cd185fb74371e88d0cbf Mon Sep 17 00:00:00 2001 From: Heikki Linnakangas Date: Thu, 14 Aug 2008 12:56:41 +0000 Subject: pg_buffercache needs to be taught about relation forks, as Greg Stark pointed out. --- doc/src/sgml/pgbuffercache.sgml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/pgbuffercache.sgml b/doc/src/sgml/pgbuffercache.sgml index f2507df124a..ff8a381322d 100644 --- a/doc/src/sgml/pgbuffercache.sgml +++ b/doc/src/sgml/pgbuffercache.sgml @@ -1,4 +1,4 @@ - + pg_buffercache @@ -80,6 +80,13 @@ Page number within the relation + + relforknumber + smallint + + Fork number within the relation + + isdirty boolean -- cgit v1.2.3