|
PostgreSQL Source Code git master
|
#include <gin_private.h>
Data Fields | |
| IndexTuple | entry |
| bool | isDelete |
Definition at line 185 of file gin_private.h.
| IndexTuple GinBtreeEntryInsertData::entry |
Definition at line 187 of file gin_private.h.
Referenced by entryExecPlaceToPage(), entryIsEnoughSpace(), entryPrepareDownlink(), entryPreparePage(), entrySplitPage(), and ginEntryInsert().
| bool GinBtreeEntryInsertData::isDelete |
Definition at line 188 of file gin_private.h.
Referenced by entryExecPlaceToPage(), entryIsEnoughSpace(), entryPrepareDownlink(), entryPreparePage(), and ginEntryInsert().