Changeset: 2c7fd2b76a88 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=2c7fd2b76a88
Modified Files:
        monetdb5/modules/kernel/algebra.mal
Branch: mosaic
Log Message:

Remove typo.


diffs (12 lines):

diff --git a/monetdb5/modules/kernel/algebra.mal 
b/monetdb5/modules/kernel/algebra.mal
--- a/monetdb5/modules/kernel/algebra.mal
+++ b/monetdb5/modules/kernel/algebra.mal
@@ -229,7 +229,7 @@ pattern firstn(b:bat[:any], s:bat[:oid],
 address ALGfirstn
 comment "Calculate first N values of B with candidate list S";
 pattern firstn(b:bat[:any], s:bat[:oid], g:bat[:oid], n:lng, asc:bit, 
nilslast:bit, distinct:bit) :bat[:oid]
-address ALGfirstnMa
+address ALGfirstn
 comment "Calculate first N values of B with candidate list S";
 pattern firstn(b:bat[:any], n:lng, asc:bit, nilslast:bit, distinct:bit) 
(:bat[:oid],:bat[:oid])
 address ALGfirstn
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to