Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19860/compiler/include

Modified Files:
      Tag: M5XQ
        milgen.h 
Log Message:
propagated changes of Friday Oct 16 2009
from the development trunk to the M5XQ branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/10/16 - sjoerd: compiler/include/milgen.h,1.14
  propagated changes of Friday Oct 16 2009
  from the Nov2009 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/10/16 - sjoerd: compiler/include/milgen.h,1.12.10.2
    propagated changes of Friday Oct 16 2009
    from the Aug2009_NFI branch to the Nov2009 branch
  
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      2009/10/16 - tsheyar: compiler/include/milgen.h,1.12.12.2
      -- Partial undo of Peters checkin: optimizations for NFI XIRAF use case 
(Sep, 29)
  
         The session information is not detected by the mclient pre-parser 
anymore.
         (For more information on the replacement continue reading...)
  
      -- Added detection of session information in the pathfinder compiler.
  
         The new version now looks for the global options 'pf:session-id',
         'pf:session-timeout', and 'pf:session-mode'. In addition pathfinder
         internally transforms the 'old' solution (session pragmas) into global
         options.
  
         Example: The following queries are now equivalent -- they both use 
session
         'foo' in a read-only scenario and keep it alive for another 42 
milliseconds:
  
         declare option pf:session-id "foo";
         declare option pf:session-timeout "42";
         declare option pf:session-mode "use-cache-repeatable";
         1
  
         (# pf:session-use foo:42 #) { 1 }
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


U milgen.h
Index: milgen.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/milgen.h,v
retrieving revision 1.12.4.1
retrieving revision 1.12.4.2
diff -u -d -r1.12.4.1 -r1.12.4.2
--- milgen.h    5 Oct 2009 12:15:16 -0000       1.12.4.1
+++ milgen.h    16 Oct 2009 08:51:54 -0000      1.12.4.2
@@ -40,7 +40,7 @@
 #include "mil.h"
 
 /** Generate MIL tree from algebra expression tree */
-PFmil_t *PFmilgen (PFpa_op_t *, char *genType, char* qid, char* mode, long 
long timeout);
+PFmil_t *PFmilgen (PFpa_op_t *, char *genType);
 
 #endif  /* MILGEN_H */
 


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to