Changeset: dbe7a42cad5f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/dbe7a42cad5f
Modified Files:
monetdb5/modules/mal/tablet.h
monetdb5/optimizer/opt_mergetable.c
sql/common/sql_types.c
Branch: Sep2022
Log Message:
s/sofar/so far/
diffs (36 lines):
diff --git a/monetdb5/modules/mal/tablet.h b/monetdb5/modules/mal/tablet.h
--- a/monetdb5/modules/mal/tablet.h
+++ b/monetdb5/modules/mal/tablet.h
@@ -63,7 +63,7 @@ typedef struct Column_t {
typedef struct Table_t {
BUN offset;
BUN nr; /* allocated space for
table loads */
- BUN nr_attrs; /* attributes found sofar */
+ BUN nr_attrs; /* attributes found so far */
Column *format; /* remove later */
str error; /* last error */
int tryall; /* skip erroneous lines
*/
diff --git a/monetdb5/optimizer/opt_mergetable.c
b/monetdb5/optimizer/opt_mergetable.c
--- a/monetdb5/optimizer/opt_mergetable.c
+++ b/monetdb5/optimizer/opt_mergetable.c
@@ -18,7 +18,7 @@ typedef enum mat_type_t {
mat_cnt = 3, /* mat_grp count */
mat_tpn = 4, /* Phase one of topn on a mat */
mat_slc = 5, /* Last phase of topn (or just slice) on a mat */
- mat_rdr = 6 /* Phase one of sorting, ie sorted the parts sofar */
+ mat_rdr = 6 /* Phase one of sorting, ie sorted the parts so
far */
} mat_type_t;
typedef struct mat {
diff --git a/sql/common/sql_types.c b/sql/common/sql_types.c
--- a/sql/common/sql_types.c
+++ b/sql/common/sql_types.c
@@ -122,7 +122,7 @@ unsigned int type_digits_to_char_digits(
/* 0 cannot convert */
/* 1 set operations have very limited coersion rules */
/* 2 automatic coersion (could still require dynamic checks for overflow) */
-/* 3 casts are allowed (requires dynamic checks) (sofar not used) */
+/* 3 casts are allowed (requires dynamic checks) (so far not used) */
static int convert_matrix[EC_MAX][EC_MAX] = {
/* EC_ANY */ { 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
1 }, /* NULL */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]