Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ef780d

Browse files
committed
pg_buffercache docs: adjust order of fields
Adjust order of fields to match view order. Jaime Casanova
1 parent a607b69 commit 9ef780d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

doc/src/sgml/pgbuffercache.sgml

+7-7
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@
7777
<entry>Database OID of the relation</entry>
7878
</row>
7979

80-
<row>
81-
<entry><structfield>relblocknumber</structfield></entry>
82-
<entry><type>bigint</type></entry>
83-
<entry></entry>
84-
<entry>Page number within the relation</entry>
85-
</row>
86-
8780
<row>
8881
<entry><structfield>relforknumber</structfield></entry>
8982
<entry><type>smallint</type></entry>
@@ -92,6 +85,13 @@
9285
<filename>include/storage/relfilenode.h</></entry>
9386
</row>
9487

88+
<row>
89+
<entry><structfield>relblocknumber</structfield></entry>
90+
<entry><type>bigint</type></entry>
91+
<entry></entry>
92+
<entry>Page number within the relation</entry>
93+
</row>
94+
9595
<row>
9696
<entry><structfield>isdirty</structfield></entry>
9797
<entry><type>boolean</type></entry>

0 commit comments

Comments
 (0)