Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv17015/include

Modified Files:
        Makefile.ag 
Added Files:
        sql_opt.h 
Log Message:
-- Introduced new SQL optimization phase that removes superfluous
   references to the DOC relation in case a document-node is
   referenced more than once.



--- NEW FILE: sql_opt.h ---
/**
 * @file
 *
 * Copyright Notice:
 * -----------------
 *
 * The contents of this file are subject to the Pathfinder Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License.  You may obtain a copy of the License at
 * http://monetdb.cwi.nl/Legal/PathfinderLicense-1.1.html
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.  See
 * the License for the specific language governing rights and limitations
 * under the License.
 *
 * The Original Code is the Pathfinder system.
 *
 * The Original Code has initially been developed by the Database &
 * Information Systems Group at the University of Konstanz, Germany and
 * is now maintained by the Database Systems Group at the Technische
 * Universitaet Muenchen, Germany.  Portions created by the University of
 * Konstanz and the Technische Universitaet Muenchen are Copyright (C)
 * 2000-2005 University of Konstanz and (C) 2005-2007 Technische
 * Universitaet Muenchen, respectively.  All Rights Reserved.
 *
 * $Id: sql_opt.h,v 1.1 2007/11/26 20:58:48 tsheyar Exp $
 */
#ifndef SQL_OPT_H
#define SQL_OPT_H

#include "sql.h"

PFsql_t* PFsql_opt (PFsql_t *n);

#endif /* SQL_OPT */

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/Makefile.ag,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- Makefile.ag 26 Nov 2007 20:38:48 -0000      1.44
+++ Makefile.ag 26 Nov 2007 20:58:48 -0000      1.45
@@ -95,6 +95,7 @@
        xml2lalg_xpath_utils.h \
        xquery_fo.h \
        sql.h \
+       sql_opt.h \
        sql_mnemonic.h \
        lalg2sql.h \
        sqlprint.h \


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins

Reply via email to