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

Modified Files:
      Tag: XQFT
        xquery_fo.c 
Log Message:
propagated changes of Tuesday Nov 17 2009 - Thursday Nov 19 2009
from the development trunk to the XQFT branch

  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  2009/11/17 - stmane: compiler/semantics/xquery_fo.c,1.193
  propagated changes of Monday Nov 16 2009 - Tuesday Nov 17 2009
  from the Nov2009 branch to the development trunk
  
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    2009/11/16 - boncz: compiler/semantics/xquery_fo.c,1.186.4.2
    - fix handling of non-string values in heuristic rewrite for index lookup
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Index: xquery_fo.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/semantics/xquery_fo.c,v
retrieving revision 1.190
retrieving revision 1.190.2.1
diff -u -d -r1.190 -r1.190.2.1
--- xquery_fo.c 5 Nov 2009 16:24:00 -0000       1.190
+++ xquery_fo.c 19 Nov 2009 12:12:49 -0000      1.190.2.1
@@ -2575,12 +2575,6 @@
                                    PFty_xs_string () },
             .ret_ty = PFty_star( PFty_xs_anyNode()) } },
         .alg = PFbui_pf_text }
-    ,  /* pf:supernode (node()*) as node()* */
-      { .ns = PFns_lib, .loc = "supernode",
-        .arity = 1, .sig_count = 1, .sigs = { {
-            .par_ty = (PFty_t[]) { PFty_star( PFty_xs_anyNode ()) },
-            .ret_ty = PFty_star( PFty_xs_anyNode ()) } },
-        .alg = PFbui_pf_supernode }
     ,  /* pf:add-doc (string, string) as docmgmt */
       { .ns = PFns_lib, .loc = "add-doc",
         .arity = 2, .sig_count = 1, .sigs = { {


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to