Changeset: a0713dd2fb5a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/a0713dd2fb5a
Modified Files:
        sql/storage/store.c
Branch: pp_hashjoin
Log Message:

merged with default


diffs (16 lines):

diff --git a/sql/storage/store.c b/sql/storage/store.c
--- a/sql/storage/store.c
+++ b/sql/storage/store.c
@@ -1032,12 +1032,6 @@ load_func(sql_trans *tr, sql_schema *s, 
                t->query = t->imp;
                t->imp = NULL;
        }
-       /* convert old PYTHON2 and PYTHON2_MAP to PYTHON and PYTHON_MAP
-        * see also function sql_update_jun2020() in sql_upgrades.c */
-       if ((int) t->lang == 7 || (int) t->lang == 8)           /* MAP_PY old 
FUNC_LANG_PY2 */
-               t->lang = FUNC_LANG_PY;
-       else if ((int) t->lang == 9 || (int) t->lang == 11)     /* old 
FUNC_LANG_MAP_PY2 or MAP_PY3 */
-               t->lang = FUNC_LANG_PY;
        if (LANG_EXT(t->lang)) { /* instantiate functions other than sql and 
mal */
                switch(t->type) {
                case F_AGGR:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to