Changeset: 795072d1f2c9 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=795072d1f2c9 Modified Files: monetdb5/optimizer/opt_postfix.c Branch: default Log Message:
The postfix is not needed right now. diffs (11 lines): diff --git a/monetdb5/optimizer/opt_postfix.c b/monetdb5/optimizer/opt_postfix.c --- a/monetdb5/optimizer/opt_postfix.c +++ b/monetdb5/optimizer/opt_postfix.c @@ -28,6 +28,7 @@ OPTpostfixImplementation(Client cntxt, M (void) stk; (void) cntxt; + return MAL_SUCCEED; // Don't use this right now limit = mb->stop; slimit = mb->ssize; /* the first postfix concerns pushing projections into the count() we check if it is needed*/ _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list