summaryrefslogtreecommitdiff
path: root/contrib/Makefile
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-08-22 18:27:54 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-08-22 18:27:54 +0000
commita9289708af0bff1c45deae79a7c8f6db75d8ca16 (patch)
tree1d9f62f2266b322379d797d73b9af640012e0699 /contrib/Makefile
parenta54075a6d6df36f4c676486b4711ccfc650bf5e2 (diff)
downloadpostgresql-a9289708af0bff1c45deae79a7c8f6db75d8ca16.tar.gz
New contrib module for BTREE emulation in GiST.
From Oleg Bartunov and Teodor Sigaev.
Diffstat (limited to 'contrib/Makefile')
-rw-r--r--contrib/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/Makefile b/contrib/Makefile
index 79dfa28ce4..df1cf98b69 100644
--- a/contrib/Makefile
+++ b/contrib/Makefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.23 2001/07/06 23:07:19 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.24 2001/08/22 18:27:53 tgl Exp $
subdir = contrib
top_builddir = ..
@@ -6,18 +6,19 @@ include $(top_builddir)/src/Makefile.global
WANTED_DIRS = \
array \
+ btree_gist \
cube \
dbase \
dblink \
earthdistance \
findoidjoins \
fulltextindex \
+ fuzzystrmatch \
intarray \
isbn_issn \
lo \
mSQL-interface \
mac \
- metaphone \
miscutil \
noupdate \
oid2name \
@@ -30,7 +31,6 @@ WANTED_DIRS = \
rserv \
rtree_gist \
seg \
- soundex \
spi \
string \
tips \