Changeset: 9239f6bab22e for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9239f6bab22e
Modified Files:
        monetdb5/modules/kernel/algebra.mx
Branch: Jul2012
Log Message:

markH: fix signature, bug #3075


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/algebra.mx 
b/monetdb5/modules/kernel/algebra.mx
--- a/monetdb5/modules/kernel/algebra.mx
+++ b/monetdb5/modules/kernel/algebra.mx
@@ -580,7 +580,7 @@ address ALGmarkHead
 comment "Produces a new BAT with fresh unique dense sequense of OIDs in 
                the head that starts at base (i.e. [base,..base+b.count()-1] 
).";
 
-command markH( b:bat[:any_1,:any_2], nr_parts:int, part_nr:int ) 
:bat[:any_1,:oid] 
+command markH( b:bat[:any_1,:any_2], nr_parts:int, part_nr:int ) 
:bat[:oid,:any_2] 
 address ALGhmarkp
 comment "Produces a BAT with fresh unique dense sequense of OIDs in 
        the head that starts at base (i.e. [base,..base+b.count()-1] ).
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to