From f9b7ba287144db3a3895bdcbfbc0d4fd7c54ac96 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter_e@gmx.net>
Date: Wed, 4 Sep 2002 22:50:43 +0000
Subject: [PATCH] Disable findoidjoins while it doesn't compile.

---
 contrib/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/Makefile b/contrib/Makefile
index aef04342652..8f371173d78 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		\
-- 
GitLab