Skip to content
Snippets Groups Projects
Commit 9ef780d4 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

pg_buffercache docs: adjust order of fields

Adjust order of fields to match view order.

Jaime Casanova
parent a607b690
No related branches found
No related tags found
No related merge requests found
......@@ -77,13 +77,6 @@
<entry>Database OID of the relation</entry>
</row>
<row>
<entry><structfield>relblocknumber</structfield></entry>
<entry><type>bigint</type></entry>
<entry></entry>
<entry>Page number within the relation</entry>
</row>
<row>
<entry><structfield>relforknumber</structfield></entry>
<entry><type>smallint</type></entry>
......@@ -92,6 +85,13 @@
<filename>include/storage/relfilenode.h</></entry>
</row>
<row>
<entry><structfield>relblocknumber</structfield></entry>
<entry><type>bigint</type></entry>
<entry></entry>
<entry>Page number within the relation</entry>
</row>
<row>
<entry><structfield>isdirty</structfield></entry>
<entry><type>boolean</type></entry>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment