Update of /cvsroot/monetdb/pathfinder/runtime
In directory sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv2819/runtime

Modified Files:
      Tag: XQFT
        pf_support.mx 
Log Message:
propagated changes of Tuesday Jan 12 2010
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/01/12 - sjoerd: runtime/pf_support.mx,1.343
  propagated changes of Monday Jan 11 2010 - Tuesday Jan 12 2010
  from the Nov2009 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/01/11 - sjoerd: runtime/pf_support.mx,1.336.4.4
    Check result of BATdescriptor.
    Found by Coverity.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: pf_support.mx
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/runtime/pf_support.mx,v
retrieving revision 1.338.2.3
retrieving revision 1.338.2.4
diff -u -d -r1.338.2.3 -r1.338.2.4
--- pf_support.mx       7 Jan 2010 16:05:54 -0000       1.338.2.3
+++ pf_support.mx       12 Jan 2010 09:31:18 -0000      1.338.2.4
@@ -7446,6 +7446,7 @@
                "mposjoin: third input BAT (ws_item) must not be empty.\n");
 
        the_cont_bat = BATdescriptor(*(bat*)Tloc(ws_item, BUNfirst(ws_item)));
+    ERRORcheck(the_cont_bat == NULL, "mposjoin: cannot find BAT.\n");
        tt = the_cont_bat->ttype;
        BBPunfix(the_cont_bat->batCacheid);
        the_cont_bat = NULL;


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to