I have made three changes to the rtree code: one bug fix and

Bruce Momjian <bruce@momjian.us>

Commit: 818fb55ac49b4b20e65d9899fc1784e54e86db58
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-09-29T03:46:12Z
Releases: 7.2.1
I have made three changes to the rtree code: one bug fix and
two performance improvements.  I put an explanation of the
changes at

http://cs1.cs.nyu.edu/been/postgres-rtree.html

The performance improvements are quite significant.

All the changes are in the file src/backend/access/rtree/rtree.c

I was working with the 7.1.3 code.

I'm including the diff output as an attachment.

Kenneth Been

Files

PathChange+/−
src/backend/access/rtree/rtree.c modified +214 −67