From 5b5bbdb1617b6b30a2bf073d731f8f101966656d Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Wed, 19 Feb 1997 19:25:42 +0000 Subject: [PATCH] Disable GEQO...it seems to be broken as shown by the message to bugs@postgresql.org concerning updates --- src/include/config.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/config.h.in b/src/include/config.h.in index 495344b88d..c0f56a2ac0 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -264,7 +264,7 @@ * search. * For further information see README.GEQO . */ -#define GEQO /* backend/optimizer/path/allpaths.c */ +/*#define GEQO */ /* backend/optimizer/path/allpaths.c */ -- 2.40.0