1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

turn GEQO code on by default

This commit is contained in:
Marc G. Fournier
1997-03-27 01:00:41 +00:00
parent e3e725a47d
commit dd07f76658

View File

@@ -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