Changeset: 6e7532b4834b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/6e7532b4834b
Modified Files:
sql/include/sql_catalog.h
Branch: pp_hashjoin
Log Message:
fix compilation
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
@@ -509,7 +509,7 @@ typedef struct sql_func {
list *res; /* list of results */
sql_flang lang;
char *query; /* sql code */
- unsigned short
+ bool
semantics:1, /* When set to true, function incorporates some kind of
null semantics */
side_effect:1, /* if the function has side-effects */
varres:1, /* variable output result */
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]