mirror of
https://github.com/postgres/postgres.git
synced 2026-02-27 03:40:28 -05:00
Disable GEQO...it seems to be broken as shown by the message to
bugs@postgresql.org concerning updates
This commit is contained in:
parent
ee6d3a7326
commit
5b5bbdb161
1 changed files with 1 additions and 1 deletions
|
|
@ -264,7 +264,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 */
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue