Changeset: af862c08dcdf for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/af862c08dcdf
Modified Files:
        monetdb5/optimizer/opt_fastpath.c
Branch: Mar2025
Log Message:

Align "fast" optimizers with the ones they are alternatives for.


diffs (30 lines):

diff --git a/monetdb5/optimizer/opt_fastpath.c 
b/monetdb5/optimizer/opt_fastpath.c
--- a/monetdb5/optimizer/opt_fastpath.c
+++ b/monetdb5/optimizer/opt_fastpath.c
@@ -86,7 +86,6 @@ OPTminimalfastImplementation(Client cntx
        optcall(multiplex, OPTmultiplexImplementation);
        optcall(generator, OPTgeneratorImplementation);
        optcall(profilerStatus, OPTprofilerImplementation);
-       optcall(profilerStatus, OPTcandidatesImplementation);
        optcall(true, OPTgarbageCollectorImplementation);
 
        /* Defense line against incorrect plans  handled by optimizer steps */
@@ -138,16 +137,16 @@ OPTdefaultfastImplementation(Client cntx
        optcall(true, OPTcommonTermsImplementation);
        optcall(true, OPTprojectionpathImplementation);
        optcall(true, OPTdeadcodeImplementation);
+       optcall(true, OPTmatpackImplementation);
        optcall(true, OPTreorderImplementation);
-       optcall(true, OPTmatpackImplementation);
        optcall(true, OPTdataflowImplementation);
        optcall(true, OPTquerylogImplementation);
        optcall(multiplex, OPTmultiplexImplementation);
        optcall(generator, OPTgeneratorImplementation);
-       optcall(profilerStatus, OPTprofilerImplementation);
        optcall(profilerStatus, OPTcandidatesImplementation);
        optcall(true, OPTdeadcodeImplementation);
        optcall(true, OPTpostfixImplementation);
+       optcall(profilerStatus, OPTprofilerImplementation);
        optcall(true, OPTgarbageCollectorImplementation);
 
        /* Defense line against incorrect plans  handled by optimizer steps */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to