Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
pg_buffercache docs: adjust order of fields
authorBruce Momjian <bruce@momjian.us>
Thu, 28 Nov 2013 03:33:45 +0000 (22:33 -0500)
committerBruce Momjian <bruce@momjian.us>
Thu, 28 Nov 2013 03:33:59 +0000 (22:33 -0500)
Adjust order of fields to match view order.

Jaime Casanova

doc/src/sgml/pgbuffercache.sgml

index 3c33a84994e7b3011bed7409681bfdeeafb3c2ad..4eb02c06239a0d21489ee5f092ea29a49b552433 100644 (file)
       <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>
       <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>