From: Marc G. Fournier Date: Thu, 27 Mar 1997 01:00:41 +0000 (+0000) Subject: turn GEQO code on by default X-Git-Tag: REL6_1~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dd07f766585e6304491dd2b990c4b40fd19c9b43;p=postgresql turn GEQO code on by default --- diff --git a/src/include/config.h.in b/src/include/config.h.in index c7ef0c437c..ef9e8c8f40 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -276,7 +276,7 @@ * search. * For further information see README.GEQO . */ -/*#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