|
PostgreSQL Source Code git master
|
#include <gist.h>
Data Fields | |
| PageGistNSN | nsn |
| BlockNumber | rightlink |
| uint16 | flags |
| uint16 | gist_page_id |
| uint16 GISTPageOpaqueData::flags |
Definition at line 82 of file gist.h.
Referenced by gistinitpage().
| uint16 GISTPageOpaqueData::gist_page_id |
Definition at line 83 of file gist.h.
Referenced by gistinitpage(), and verify_gist_page().
| PageGistNSN GISTPageOpaqueData::nsn |
| BlockNumber GISTPageOpaqueData::rightlink |
Definition at line 81 of file gist.h.
Referenced by gistinitpage(), and gistvacuumpage().