Changeset: f70834bf648f for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f70834bf648f
Modified Files:
        monetdb5/optimizer/optimizer.mal
Branch: default
Log Message:

Only allow void-headed


diffs (12 lines):

diff --git a/monetdb5/optimizer/optimizer.mal b/monetdb5/optimizer/optimizer.mal
--- a/monetdb5/optimizer/optimizer.mal
+++ b/monetdb5/optimizer/optimizer.mal
@@ -39,7 +39,7 @@ pattern optimizer.centipede(mod:str, fcn
 address OPTwrapper
 comment "Modify the plan to exploit parallel processing on multiple cores";
 
-# command centipede.materialize(b:bat[:any_1,:any_2], low:any_2, high:any_2) 
:bat[:any_1,:any_2]
+# command centipede.materialize(b:bat[:oid,:any_2], low:any_2, high:any_2) 
:bat[:oid,:any_2]
 # address OPTcentipedeMaterialize
 # comment "Implement the centipede partition operation. Throw an exception if 
the partition was empty,
 # because then the subquery should produce a NIL ";
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to