projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46eef3c
)
Disable findoidjoins while it doesn't compile.
author
Peter Eisentraut
Wed, 4 Sep 2002 22:50:43 +0000
(22:50 +0000)
committer
Peter Eisentraut
Wed, 4 Sep 2002 22:50:43 +0000
(22:50 +0000)
contrib/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/Makefile
b/contrib/Makefile
index aef04342652186b99af30a61b24d59ecc7bb8893..8f371173d78410282525c01f536d716d813522f6 100644
(file)
--- a/
contrib/Makefile
+++ b/
contrib/Makefile
@@
-1,4
+1,4
@@
-# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
6 2002/08/30 01:44:00 tgl
Exp $
+# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.3
7 2002/09/04 22:50:43 petere
Exp $
subdir = contrib
top_builddir = ..
@@
-14,7
+14,7
@@
WANTED_DIRS = \
dbmirror \
dbsize \
earthdistance \
-
findoidjoins \
+
#
findoidjoins \
fulltextindex \
fuzzystrmatch \
intagg \