Replace the "New Linear" GiST split algorithm for boxes and points with a

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 7f3bd86843e5aad84585a57d3f6b80db3c609916
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2011-10-06T07:03:46Z
Releases: 9.2.0
Replace the "New Linear" GiST split algorithm for boxes and points with a
new double-sorting algorithm. The new algorithm produces better quality
trees, making searches faster.

Alexander Korotkov

Files

PathChange+/−
src/backend/access/gist/gistproc.c modified +557 −254