From: Peter Eisentraut Date: Wed, 4 Sep 2002 22:50:43 +0000 (+0000) Subject: Disable findoidjoins while it doesn't compile. X-Git-Tag: REL7_3~564 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f9b7ba287144db3a3895bdcbfbc0d4fd7c54ac96;p=postgresql Disable findoidjoins while it doesn't compile. --- diff --git a/contrib/Makefile b/contrib/Makefile index aef0434265..8f371173d7 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,4 +1,4 @@ -# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.36 2002/08/30 01:44:00 tgl Exp $ +# $Header: /cvsroot/pgsql/contrib/Makefile,v 1.37 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 \