From dd07f766585e6304491dd2b990c4b40fd19c9b43 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Thu, 27 Mar 1997 01:00:41 +0000
Subject: [PATCH] turn GEQO code on by default

---
 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 c7ef0c437cd..ef9e8c8f404 100644
--- a/src/include/config.h.in
+++ b/src/include/config.h.in
@@ -276,7 +276,7 @@
  * search.
  * For further information see README.GEQO <utesch@aut.tu-freiberg.de>.
  */
-/*#define GEQO */ /* backend/optimizer/path/allpaths.c */
+#define GEQO /* backend/optimizer/path/allpaths.c */
 
 /*
  * Define this if you want psql to _always_ ask for a username and a password
-- 
GitLab