]> granicus.if.org Git - postgresql/commitdiff
turn GEQO code on by default
authorMarc G. Fournier <scrappy@hub.org>
Thu, 27 Mar 1997 01:00:41 +0000 (01:00 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Thu, 27 Mar 1997 01:00:41 +0000 (01:00 +0000)
src/include/config.h.in

index c7ef0c437cd4ed9fc4170664c2f35c7bf0c2c2f9..ef9e8c8f404d2d05b8e2441c4384fdc21f20f4ab 100644 (file)
  * 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