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

Modified Files:
      Tag: Feb2010
        tjc_milprint.c 
Log Message:
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.22.4.1
retrieving revision 1.22.4.2
diff -u -d -r1.22.4.1 -r1.22.4.2
--- tjc_milprint.c      18 Jan 2010 10:40:33 -0000      1.22.4.1
+++ tjc_milprint.c      4 Feb 2010 10:59:05 -0000       1.22.4.2
@@ -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