Update of /cvsroot/monetdb/pathfinder/modules/pftijah/tjc
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv30492/modules/pftijah/tjc

Modified Files:
      Tag: M5XQ
        tjc_milprint.c 
Log Message:
propagated changes of Sunday Feb 07 2010
from the XQFT branch to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2010/02/07 - stmane: modules/pftijah/tjc/tjc_milprint.c,1.22.2.2
  propagated changes of Sunday Feb 07 2010
  from the development trunk to the XQFT branch
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2010/02/07 - stmane: modules/pftijah/tjc/tjc_milprint.c,1.24
    propagated changes of Thursday Feb 04 2010 - Sunday Feb 07 2010
    from the Feb2010 branch to the development trunk
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2010/02/04 - hrode: modules/pftijah/tjc/tjc_milprint.c,1.22.4.2
      re-animate tijah:resultsize function and add corresponding test cases
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: tjc_milprint.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/modules/pftijah/tjc/tjc_milprint.c,v
retrieving revision 1.19.2.4
retrieving revision 1.19.2.5
diff -u -d -r1.19.2.4 -r1.19.2.5
--- tjc_milprint.c      18 Jan 2010 14:48:51 -0000      1.19.2.4
+++ tjc_milprint.c      7 Feb 2010 18:22:44 -0000       1.19.2.5
@@ -146,9 +146,10 @@
        TJCPRINTF(MILOUT,"nexi_result%d := tj_prior_%s(nexi_result%d);\n", 
frag, tjc_c->prior, frag);
     }
     TJCPRINTF(MILOUT,"nexi_result%d := tsort_rev(nexi_result%d);\n", frag, 
frag);
+    /* we will do this at a later stage in order to return the complete result 
size
     if (tjc_c->topk) {
         TJCPRINTF(MILOUT,"nexi_result%d := nexi_result%d.slice(0, %d);\n", 
frag, frag, tjc_c->topk - 1);
-    }
+    } */
     if (tjc_c->inexout) {
         TJCPRINTF(MILOUT,"nexi_result%d := tj_pre2inexpath(nexi_result%d);\n", 
frag, frag);
     }


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to