mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
pg_buffercache: document column meanings
Improve documentation for usagecount and relforknumber. Backpatch to 9.3 Suggestion from Satoshi Nagayasu
This commit is contained in:
parent
654b702a1c
commit
d3cc1b2ff0
@ -84,7 +84,8 @@
|
||||
<entry><structfield>relforknumber</structfield></entry>
|
||||
<entry><type>smallint</type></entry>
|
||||
<entry></entry>
|
||||
<entry>Fork number within the relation</entry>
|
||||
<entry>Fork number within the relation; see
|
||||
<filename>include/storage/relfilenode.h</></entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
@ -98,7 +99,7 @@
|
||||
<entry><structfield>usagecount</structfield></entry>
|
||||
<entry><type>smallint</type></entry>
|
||||
<entry></entry>
|
||||
<entry>Page LRU count</entry>
|
||||
<entry>Clock-sweep access count</entry>
|
||||
</row>
|
||||
|
||||
</tbody>
|
||||
|
Loading…
x
Reference in New Issue
Block a user