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