Changeset: 6817dd7c1dd1 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6817dd7c1dd1
Modified Files:
        sql/include/sql_catalog.h
Branch: default
Log Message:

removed no longer used macro


diffs (11 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
@@ -353,7 +353,6 @@ typedef enum idx_type {
 } idx_type;
 
 #define hash_index(t)          (t == hash_idx || t == oph_idx )
-#define idx_is_column(t)       (hash_index(t) || t == join_idx || t == no_idx)
 #define idx_has_column(t)      (hash_index(t) || t == join_idx)
 
 typedef struct sql_idx {
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to