-
- Downloads
The attached patch fixes a build problem with GEQO when using the
PX recombination operator, changes some elog() messages from LOG to DEBUG1, puts some debugging functions inside the appropriate #ifdef (not enabled by default), and makes a few other minor cleanups. BTW, the elog() change is motivated by at least one user who has sent a concerned email to -general asking exactly what the "ERX recombination operator" is, and what it is doing to their DBMS. Neil Conway
Showing
- src/backend/optimizer/geqo/Makefile 2 additions, 2 deletionssrc/backend/optimizer/geqo/Makefile
- src/backend/optimizer/geqo/geqo_main.c 13 additions, 26 deletionssrc/backend/optimizer/geqo/geqo_main.c
- src/backend/optimizer/geqo/geqo_misc.c 5 additions, 2 deletionssrc/backend/optimizer/geqo/geqo_misc.c
- src/include/optimizer/geqo.h 2 additions, 2 deletionssrc/include/optimizer/geqo.h
- src/include/optimizer/geqo_misc.h 7 additions, 2 deletionssrc/include/optimizer/geqo_misc.h
Loading
Please register or sign in to comment