Changeset: 4f64916b1ffe for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/4f64916b1ffe
Modified Files:
gdk/gdk_batop.c
Branch: Jan2022
Log Message:
Fix small typo in check.
diffs (12 lines):
diff --git a/gdk/gdk_batop.c b/gdk/gdk_batop.c
--- a/gdk/gdk_batop.c
+++ b/gdk/gdk_batop.c
@@ -2182,7 +2182,7 @@ BATsort(BAT **sorted, BAT **order, BAT *
if (g != NULL &&
(ATOMtype(g->ttype) != TYPE_oid || /* oid tail */
!g->tsorted || /* sorted */
- BATcount(o) != BATcount(b) || /* same size as b */
+ BATcount(g) != BATcount(b) || /* same size as b */
(g->ttype == TYPE_void && /* no nil tail */
BATcount(g) != 0 &&
is_oid_nil(g->tseqbase)))) {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list