Changeset: f1c050a5be32 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f1c050a5be32
Modified Files:
        monetdb5/optimizer/opt_coercion.c
Branch: default
Log Message:

opt_coercion.c: commented out (yet?) unused code


diffs (27 lines):

diff --git a/monetdb5/optimizer/opt_coercion.c 
b/monetdb5/optimizer/opt_coercion.c
--- a/monetdb5/optimizer/opt_coercion.c
+++ b/monetdb5/optimizer/opt_coercion.c
@@ -18,8 +18,10 @@ typedef struct{
        int fromtype;
        int totype;
        int src;
+/* not used, yet !??
        int digits;
        int scale;
+*/
 } Coercion;
 
 static int
@@ -143,10 +145,12 @@ OPTcoercionImplementation(Client cntxt,M
                        coerce[k].totype= TYPE_hge;
                        coerce[k].src= getArg(p,2);
                        coerce[k].fromtype= getColumnType(getArgType(mb,p,2));
+/* not used, yet !??
                        if (p->argc == 5) {
                                coerce[k].digits= 
getVarConstant(mb,getArg(p,3)).val.ival;
                                coerce[k].scale= 
getVarConstant(mb,getArg(p,4)).val.ival;
                        }
+*/
                }
 #endif
                if ( getModuleId(p) == batcalcRef
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to