diff options
| author | Tom Lane | 2001-05-31 18:27:18 +0000 |
|---|---|---|
| committer | Tom Lane | 2001-05-31 18:27:18 +0000 |
| commit | 16f85390f205dafc9d663c3bf777d682ccbdd1dd (patch) | |
| tree | 440aba94402949b0414353adc6d1c94ca2bdbf48 /contrib/Makefile | |
| parent | 3043810d977b8197f9671c98439104db80b8e914 (diff) | |
Support for emulating RTREE indexing in GiST. Contributed by
Oleg Bartunov and Teodor Sigaev.
Diffstat (limited to 'contrib/Makefile')
| -rw-r--r-- | contrib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/Makefile b/contrib/Makefile index 961e2103749..b50b0eeeab0 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.20 2001/05/10 15:51:05 momjian Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.21 2001/05/31 18:27:18 tgl Exp $ subdir = contrib top_builddir = .. @@ -27,6 +27,7 @@ WANTED_DIRS = \ pgbench \ pgcrypto \ rserv \ + rtree_gist \ seg \ soundex \ spi \ |
