mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
pg_buffercache needs to be taught about relation forks, as Greg Stark
pointed out.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbuffercache.sgml,v 2.2 2007/12/10 05:32:51 tgl Exp $ -->
|
||||
<!-- $PostgreSQL: pgsql/doc/src/sgml/pgbuffercache.sgml,v 2.3 2008/08/14 12:56:41 heikki Exp $ -->
|
||||
|
||||
<sect1 id="pgbuffercache">
|
||||
<title>pg_buffercache</title>
|
||||
@ -80,6 +80,13 @@
|
||||
<entry>Page number within the relation</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>relforknumber</structfield></entry>
|
||||
<entry><type>smallint</type></entry>
|
||||
<entry></entry>
|
||||
<entry>Fork number within the relation</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><structfield>isdirty</structfield></entry>
|
||||
<entry><type>boolean</type></entry>
|
||||
|
Reference in New Issue
Block a user