Changeset: 2435ff8797c6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/2435ff8797c6
Modified Files:
sql/include/sql_catalog.h
Branch: nested
Log Message:
use explicite signed int8_t (not char)
diffs (12 lines):
diff --git a/sql/include/sql_catalog.h b/sql/include/sql_catalog.h
--- a/sql/include/sql_catalog.h
+++ b/sql/include/sql_catalog.h
@@ -396,7 +396,7 @@ typedef struct sql_type {
} d;
unsigned int digits;
unsigned int scale; /* indicates how scale is used in functions */
- char localtype; /* localtype, need for coersions */
+ int8_t localtype; /* localtype, need for coersions */
unsigned char
radix:6,
composite:1;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]