]> granicus.if.org Git - postgresql/blobdiff - contrib/Makefile
Avoid PQisBusy/PQconsumeInput busy loop in case of PQisBusy returning
[postgresql] / contrib / Makefile
index b6f42c78e3d5a47e2644097c17a88f34d35de39f..79833ed311305aa593b970ba9176ac921cdfac3e 100644 (file)
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.38 2002/09/05 18:40:33 petere Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.39 2002/09/05 20:53:45 tgl Exp $
 
 subdir = contrib
 top_builddir = ..
@@ -14,6 +14,7 @@ WANTED_DIRS = \
                dbmirror        \
                dbsize          \
                earthdistance   \
+               findoidjoins    \
                fulltextindex   \
                fuzzystrmatch   \
                intagg          \
@@ -36,12 +37,10 @@ WANTED_DIRS = \
                string          \
                tablefunc       \
                tips            \
+               tsearch         \
                userlock        \
                vacuumlo
 
-#              findoidjoins    \
-               tsearch         \
-
 ifeq ($(with_java),yes)
 WANTED_DIRS += retep
 endif