mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 21:07:36 +08:00
pg_buffercache docs: adjust order of fields
Adjust order of fields to match view order. Jaime Casanova
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user