Changeset: c6c4c431d2c3 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c6c4c431d2c3
Modified Files:
        sql/server/sql_mvc.h
Branch: Jun2023
Log Message:

Use bool for single bit values.


diffs (12 lines):

diff --git a/sql/server/sql_mvc.h b/sql/server/sql_mvc.h
--- a/sql/server/sql_mvc.h
+++ b/sql/server/sql_mvc.h
@@ -131,7 +131,7 @@ typedef struct mvc {
        int frame;
        struct symbol *sym;
 
-       int8_t use_views:1,
+       bool use_views:1,
                   schema_path_has_sys:1, /* speed up object search */
                   schema_path_has_tmp:1;
        struct qc *qc;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to