Update of /cvsroot/monetdb/sql/src/server
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10935/src/server

Modified Files:
        sql_atom.mx 
Log Message:
propagated changes of Sunday Mar 21 2010 - Monday Mar 22 2010
from the Feb2010 branch to the development trunk

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/03/21 - stmane: src/server/sql_atom.mx,1.70.2.2
  
  purely for consistency with similar code elsewhere:
  replace "ATOMstorage(a->data.vtype) < TYPE_str"
       by "ATOMextern(a->data.vtype) == 0"
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: sql_atom.mx
===================================================================
RCS file: /cvsroot/monetdb/sql/src/server/sql_atom.mx,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- sql_atom.mx 18 Mar 2010 14:33:22 -0000      1.72
+++ sql_atom.mx 22 Mar 2010 08:22:58 -0000      1.73
@@ -277,7 +277,7 @@
                        VALset(&a->data, a->data.vtype, p);
                        a->destroy = 1;
 
-                       if (p && ATOMstorage(a->data.vtype) < TYPE_str)
+                       if (p && ATOMextern(a->data.vtype) == 0)
                                GDKfree(p);
                        /*_DELETE(val);*/
                }


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to