Changeset: de0d93e1a935 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=de0d93e1a935
Modified Files:
        monetdb5/optimizer/Tests/roberto1.stable.out
        monetdb5/optimizer/Tests/tst4820.stable.out
Branch: default
Log Message:

approved new MAL plans with refined type info


diffs (42 lines):

diff --git a/monetdb5/optimizer/Tests/roberto1.stable.out 
b/monetdb5/optimizer/Tests/roberto1.stable.out
--- a/monetdb5/optimizer/Tests/roberto1.stable.out
+++ b/monetdb5/optimizer/Tests/roberto1.stable.out
@@ -20,7 +20,7 @@ barrier go := true;
     bat.setPersistent(a,false);
     transaction.commit();
 # alter the values 
-    a:bat[:oid,:dbl]  := batcalc.+(a,1);
+    a:bat[:oid,:dbl]  := batcalc.+(a,1:dbl);
 # store it to disk with the same name 
     bat.setName(a,"P_bat");
     bat.setPersistent(a,true);
@@ -39,7 +39,7 @@ barrier go := true;                     
     a:bat[:oid,:dbl]  := bbp.bind("P_bat");#  5 a:bat[:oid,:dbl] := 
CMDbbpbind(_7:str) {G}
     bat.setPersistent(a,false);         #  6 _8:void := 
BKCpersists(a:bat[:oid,:dbl], _9:bit) {G}
     transaction.commit();               #  7 _10:bit := TRNglobal_commit() 
-    a:bat[:oid,:dbl]  := batcalc.+(a,1);#  8 a:bat[:oid,:dbl] := 
CMDbatADDcst_dbl_dbl_dbl(a:bat[:oid,:dbl], _12:dbl) {G}
+    a:bat[:oid,:dbl]  := batcalc.+(a,1:dbl);#  8 a:bat[:oid,:dbl] := 
CMDbatADDcst_dbl_dbl_dbl(a:bat[:oid,:dbl], _12:dbl) {G}
 # store it to disk with the same name 
     bat.setName(a,"P_bat");             # 10 _14:void := 
BKCsetName(a:bat[:oid,:dbl], _7:str) {G}
     bat.setPersistent(a,true);          # 11 _15:void := 
BKCpersists(a:bat[:oid,:dbl], _4:bit) {G}
diff --git a/monetdb5/optimizer/Tests/tst4820.stable.out 
b/monetdb5/optimizer/Tests/tst4820.stable.out
--- a/monetdb5/optimizer/Tests/tst4820.stable.out
+++ b/monetdb5/optimizer/Tests/tst4820.stable.out
@@ -20,7 +20,7 @@ barrier go := true;
     bat.setPersistent(a,false);
     transaction.commit();
 # alter the values 
-    a:bat[:oid,:dbl]  := batcalc.+(a,1);
+    a:bat[:oid,:dbl]  := batcalc.+(a,1:dbl);
 # store it to disk with the same name 
     bat.setName(a,"P_bat");
     bat.setPersistent(a,true);
@@ -40,7 +40,7 @@ barrier go := true;                     
     a:bat[:oid,:dbl]  := bbp.bind("P_bat");#  5 a:bat[:oid,:dbl] := 
CMDbbpbind(_7:str) {G}
     bat.setPersistent(a,false);         #  6 _8:void := 
BKCpersists(a:bat[:oid,:dbl], _9:bit) {G}
     transaction.commit();               #  7 _10:bit := TRNglobal_commit() 
-    a:bat[:oid,:dbl]  := batcalc.+(a,1);#  8 a:bat[:oid,:dbl] := 
CMDbatADDcst_dbl_dbl_dbl(a:bat[:oid,:dbl], _12:dbl) {G}
+    a:bat[:oid,:dbl]  := batcalc.+(a,1:dbl);#  8 a:bat[:oid,:dbl] := 
CMDbatADDcst_dbl_dbl_dbl(a:bat[:oid,:dbl], _12:dbl) {G}
 # store it to disk with the same name 
     bat.setName(a,"P_bat");             # 10 _14:void := 
BKCsetName(a:bat[:oid,:dbl], _7:str) {G}
     bat.setPersistent(a,true);          # 11 _15:void := 
BKCpersists(a:bat[:oid,:dbl], _4:bit) {G}
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to