Commit 9ef780d4 authored by Bruce Momjian's avatar Bruce Momjian

pg_buffercache docs: adjust order of fields

Adjust order of fields to match view order.

Jaime Casanova
parent a607b690
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment