aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-11-27 15:43:05 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2013-11-27 15:43:05 +0200
commitce5326eed386959aac7a322880896ddeade7fd52 (patch)
tree16f903bb47df48ab748c485c7e350e5dced2c253 /src/backend/access/gist
parent4118f7e8ede8a3616189b53983aea293fd0b3cb1 (diff)
downloadpostgresql-ce5326eed386959aac7a322880896ddeade7fd52.tar.gz
postgresql-ce5326eed386959aac7a322880896ddeade7fd52.zip
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.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions