More GIN refactoring.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: ce5326eed386959aac7a322880896ddeade7fd52
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2013-11-27T13:43:05Z
Releases: 9.4.0
More GIN refactoring.

Separate the insertion payload from the more static portions of GinBtree.
GinBtree now only contains information related to searching the tree, and
the information of what to insert is passed separately.

Add root block number to GinBtree, instead of passing it around all the
functions as argument.

Split off ginFinishSplit() from ginInsertValue(). ginFinishSplit is
responsible for finding the parent and inserting the downlink to it.

Files