PostgreSQL Source Code
git master
|
Data Fields | |
int16 | curdelta |
int16 | leftfree |
int16 | rightfree |
OffsetNumber | firstrightoff |
bool | newitemonleft |
Definition at line 28 of file nbtsplitloc.c.
int16 SplitPoint::curdelta |
Definition at line 31 of file nbtsplitloc.c.
Referenced by _bt_deltasortsplits(), and _bt_splitcmp().
OffsetNumber SplitPoint::firstrightoff |
Definition at line 36 of file nbtsplitloc.c.
Referenced by _bt_findsplitloc(), _bt_interval_edges(), _bt_split_firstright(), _bt_split_lastleft(), and _bt_split_penalty().
int16 SplitPoint::leftfree |
Definition at line 32 of file nbtsplitloc.c.
Referenced by _bt_defaultinterval(), and _bt_deltasortsplits().
bool SplitPoint::newitemonleft |
Definition at line 37 of file nbtsplitloc.c.
Referenced by _bt_findsplitloc(), _bt_interval_edges(), _bt_split_firstright(), _bt_split_lastleft(), and _bt_split_penalty().
int16 SplitPoint::rightfree |
Definition at line 33 of file nbtsplitloc.c.
Referenced by _bt_defaultinterval(), and _bt_deltasortsplits().