diff options
| author | Tom Lane | 2005-11-07 17:36:47 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-11-07 17:36:47 +0000 |
| commit | 2a8d3d83efeafe7f5d7ba2e56d165f2cc78a7d56 (patch) | |
| tree | cf3bf0349a55d4daf51d454cc8bcac9ec8c80ec5 /contrib/cube/cube.c | |
| parent | 645adf5de8e1f1a829df92a9b80fa0ebbd121942 (diff) | |
R-tree is dead ... long live GiST.
Diffstat (limited to 'contrib/cube/cube.c')
| -rw-r--r-- | contrib/cube/cube.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cube/cube.c b/contrib/cube/cube.c index fca03f02d7..0bc88ef6f1 100644 --- a/contrib/cube/cube.c +++ b/contrib/cube/cube.c @@ -10,7 +10,7 @@ #include <math.h> #include "access/gist.h" -#include "access/rtree.h" +#include "access/skey.h" #include "lib/stringinfo.h" #include "utils/builtins.h" |
