Changeset: 461d9a0decda for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=461d9a0decda
Modified Files:
        clients/Tests/MAL-signatures.stable.out
        clients/Tests/MAL-signatures_gsl.stable.out
        clients/Tests/MAL-signatures_nocfitsio.stable.out
        clients/Tests/MAL-signatures_sphinxclient.stable.out
        monetdb5/tests/gdkTests/Tests/reload.stable.out
Branch: default
Log Message:

approved new "multifarm" signatures after changeset d7f9db06ec0a


diffs (128 lines):

diff --git a/clients/Tests/MAL-signatures.stable.out 
b/clients/Tests/MAL-signatures.stable.out
--- a/clients/Tests/MAL-signatures.stable.out
+++ b/clients/Tests/MAL-signatures.stable.out
@@ -32028,12 +32028,24 @@ pattern bat.new(b:bat[:oid,:any_1],size:
 address CMDBATnewDerived;
 pattern bat.new(b:bat[:oid,:any_1]):bat[:oid,:any_1] 
 address CMDBATnewDerived;
+pattern bat.new_persistent(ht:oid,tt:any_1,size:lng):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new BAT in the persistent farm and allocate space.
+
+pattern bat.new_persistent(ht:oid,tt:any_1,size:int):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new BAT in the persistent farm with sufficient space.
+
+pattern bat.new_persistent(ht:oid,tt:any_1):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new empty transient BAT in the persistent farm, with head- 
and tail-types as indicated.
+
 pattern bat.new(ht:oid,tt:any_1,size:lng):bat[:oid,:any_1] 
 address CMDBATnew;
 comment Creates a new BAT and allocate space.
 
 pattern bat.new(ht:oid,tt:any_1,size:int):bat[:oid,:any_1] 
-address CMDBATnewint;
+address CMDBATnew;
 comment Creates a new BAT with sufficient space.
 
 pattern bat.new(ht:oid,tt:any_1):bat[:oid,:any_1] 
diff --git a/clients/Tests/MAL-signatures_gsl.stable.out 
b/clients/Tests/MAL-signatures_gsl.stable.out
--- a/clients/Tests/MAL-signatures_gsl.stable.out
+++ b/clients/Tests/MAL-signatures_gsl.stable.out
@@ -32040,12 +32040,24 @@ pattern bat.new(b:bat[:oid,:any_1],size:
 address CMDBATnewDerived;
 pattern bat.new(b:bat[:oid,:any_1]):bat[:oid,:any_1] 
 address CMDBATnewDerived;
+pattern bat.new_persistent(ht:oid,tt:any_1,size:lng):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new BAT in the persistent farm and allocate space.
+
+pattern bat.new_persistent(ht:oid,tt:any_1,size:int):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new BAT in the persistent farm with sufficient space.
+
+pattern bat.new_persistent(ht:oid,tt:any_1):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new empty transient BAT in the persistent farm, with head- 
and tail-types as indicated.
+
 pattern bat.new(ht:oid,tt:any_1,size:lng):bat[:oid,:any_1] 
 address CMDBATnew;
 comment Creates a new BAT and allocate space.
 
 pattern bat.new(ht:oid,tt:any_1,size:int):bat[:oid,:any_1] 
-address CMDBATnewint;
+address CMDBATnew;
 comment Creates a new BAT with sufficient space.
 
 pattern bat.new(ht:oid,tt:any_1):bat[:oid,:any_1] 
diff --git a/clients/Tests/MAL-signatures_nocfitsio.stable.out 
b/clients/Tests/MAL-signatures_nocfitsio.stable.out
--- a/clients/Tests/MAL-signatures_nocfitsio.stable.out
+++ b/clients/Tests/MAL-signatures_nocfitsio.stable.out
@@ -32028,12 +32028,24 @@ pattern bat.new(b:bat[:oid,:any_1],size:
 address CMDBATnewDerived;
 pattern bat.new(b:bat[:oid,:any_1]):bat[:oid,:any_1] 
 address CMDBATnewDerived;
+pattern bat.new_persistent(ht:oid,tt:any_1,size:lng):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new BAT in the persistent farm and allocate space.
+
+pattern bat.new_persistent(ht:oid,tt:any_1,size:int):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new BAT in the persistent farm with sufficient space.
+
+pattern bat.new_persistent(ht:oid,tt:any_1):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new empty transient BAT in the persistent farm, with head- 
and tail-types as indicated.
+
 pattern bat.new(ht:oid,tt:any_1,size:lng):bat[:oid,:any_1] 
 address CMDBATnew;
 comment Creates a new BAT and allocate space.
 
 pattern bat.new(ht:oid,tt:any_1,size:int):bat[:oid,:any_1] 
-address CMDBATnewint;
+address CMDBATnew;
 comment Creates a new BAT with sufficient space.
 
 pattern bat.new(ht:oid,tt:any_1):bat[:oid,:any_1] 
diff --git a/clients/Tests/MAL-signatures_sphinxclient.stable.out 
b/clients/Tests/MAL-signatures_sphinxclient.stable.out
--- a/clients/Tests/MAL-signatures_sphinxclient.stable.out
+++ b/clients/Tests/MAL-signatures_sphinxclient.stable.out
@@ -32028,12 +32028,24 @@ pattern bat.new(b:bat[:oid,:any_1],size:
 address CMDBATnewDerived;
 pattern bat.new(b:bat[:oid,:any_1]):bat[:oid,:any_1] 
 address CMDBATnewDerived;
+pattern bat.new_persistent(ht:oid,tt:any_1,size:lng):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new BAT in the persistent farm and allocate space.
+
+pattern bat.new_persistent(ht:oid,tt:any_1,size:int):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new BAT in the persistent farm with sufficient space.
+
+pattern bat.new_persistent(ht:oid,tt:any_1):bat[:oid,:any_1] 
+address CMDBATnew_persistent;
+comment Creates a new empty transient BAT in the persistent farm, with head- 
and tail-types as indicated.
+
 pattern bat.new(ht:oid,tt:any_1,size:lng):bat[:oid,:any_1] 
 address CMDBATnew;
 comment Creates a new BAT and allocate space.
 
 pattern bat.new(ht:oid,tt:any_1,size:int):bat[:oid,:any_1] 
-address CMDBATnewint;
+address CMDBATnew;
 comment Creates a new BAT with sufficient space.
 
 pattern bat.new(ht:oid,tt:any_1):bat[:oid,:any_1] 
diff --git a/monetdb5/tests/gdkTests/Tests/reload.stable.out 
b/monetdb5/tests/gdkTests/Tests/reload.stable.out
--- a/monetdb5/tests/gdkTests/Tests/reload.stable.out
+++ b/monetdb5/tests/gdkTests/Tests/reload.stable.out
@@ -14,7 +14,7 @@ stdout of test 'reload` in directory 'mo
 # Visit http://monetdb.cwi.nl/ for further information
 # Listening for connection requests on mapi:monetdb://eir.ins.cwi.nl:30579/
 function user.main():void;
-    MMO_location := bat.new(:oid,:str);
+    MMO_location := bat.new_persistent(:oid,:str);
     bat.setName(MMO_location,"MMO_location");
     bat.setPersistent(MMO_location);
     b0:bat[:oid,:str]  := bbp.bind("MMO_location");
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to