We forgot to mention in README.rtree_gist we implemented new

picksplit algorithm for Rtree. Please apply patch below to CVS

Oleg Bartunov
This commit is contained in:
Bruce Momjian 2001-12-05 18:25:28 +00:00
parent 6bcd9f4021
commit 657499dbab

View File

@ -7,6 +7,12 @@ All work was done by Teodor Sigaev (teodor@stack.net) and Oleg Bartunov
for additional information.
CHANGES:
Oct 10 MSD 2001
1. Implemented new linear algorithm for picksplit
ref. ( 'New Linear Node Splitting Algorithm for R-tree',
C.H.Ang and T.C.Tan )
Tue May 29 17:04:16 MSD 2001
1. Small fixes in polygon code