We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f33c53e commit f71939cCopy full SHA for f71939c
doc/src/sgml/pgbuffercache.sgml
@@ -84,7 +84,8 @@
84
<entry><structfield>relforknumber</structfield></entry>
85
<entry><type>smallint</type></entry>
86
<entry></entry>
87
- <entry>Fork number within the relation</entry>
+ <entry>Fork number within the relation; see
88
+ <filename>include/storage/relfilenode.h</></entry>
89
</row>
90
91
<row>
@@ -98,7 +99,7 @@
98
99
<entry><structfield>usagecount</structfield></entry>
100
101
- <entry>Page LRU count</entry>
102
+ <entry>Clock-sweep access count</entry>
103
104
105
</tbody>
0 commit comments