]> granicus.if.org Git - postgresql/commitdiff
We forgot to mention in README.rtree_gist we implemented new
authorBruce Momjian <bruce@momjian.us>
Wed, 5 Dec 2001 18:25:28 +0000 (18:25 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 5 Dec 2001 18:25:28 +0000 (18:25 +0000)
picksplit algorithm for Rtree. Please apply patch below to CVS

Oleg Bartunov

contrib/rtree_gist/README.rtree_gist

index f92c2404c61c8dc1b5d2165cb1f13144c2ff73b5..bcc6a8ed662250874e04ba289544c8acda5510ee 100644 (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