Changeset: aae0e8802a72 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=aae0e8802a72
Modified Files:
        sql/backends/monet5/rel_bin.c
Branch: in-value-list
Log Message:

Remove redundant order after interset.


diffs (12 lines):

diff --git a/sql/backends/monet5/rel_bin.c b/sql/backends/monet5/rel_bin.c
--- a/sql/backends/monet5/rel_bin.c
+++ b/sql/backends/monet5/rel_bin.c
@@ -387,7 +387,7 @@ handle_in_exps(backend *be, sql_exp *ce,
                        // TODO: check if stmt_tinter should safely allow a 
null value for sel
                        oid_intersection = stmt_tinter(be, s, sel);
                        s = stmt_project(be, oid_intersection, s);
-                       s = stmt_order(be, s, 1, 0); // ordering is potentially 
only necessary if an intersect is performed.
+                       // s = stmt_order(be, s, 1, 0); // ordering is 
potentially only necessary if an intersect is performed.
                        s = stmt_result(be, s, 0);
                }
 
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to