|
PostgreSQL Source Code git master
|
Data Fields | |
| int16 | curdelta |
| int16 | leftfree |
| int16 | rightfree |
| OffsetNumber | firstrightoff |
| bool | newitemonleft |
Definition at line 29 of file nbtsplitloc.c.
| int16 SplitPoint::curdelta |
Definition at line 32 of file nbtsplitloc.c.
Referenced by _bt_deltasortsplits(), and _bt_splitcmp().
| OffsetNumber SplitPoint::firstrightoff |
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::leftfree |
Definition at line 33 of file nbtsplitloc.c.
Referenced by _bt_defaultinterval(), and _bt_deltasortsplits().
| bool SplitPoint::newitemonleft |
Definition at line 38 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 34 of file nbtsplitloc.c.
Referenced by _bt_defaultinterval(), and _bt_deltasortsplits().