Update of /cvsroot/monetdb/pathfinder/compiler/xmlimport
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12314/xmlimport
Modified Files:
xml2lalg_converters.c
Log Message:
-- Don't make physical types visible in the logical algebra.
Index: xml2lalg_converters.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/xmlimport/xml2lalg_converters.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- xml2lalg_converters.c 31 Jan 2008 12:39:45 -0000 1.11
+++ xml2lalg_converters.c 13 Feb 2008 20:39:03 -0000 1.12
@@ -729,26 +729,10 @@
{
return aat_anode;
}
- else if (strcmp(typeString, "attrID") == 0)
- {
- return aat_attr;
- }
- else if (strcmp(typeString, "afrag") == 0)
- {
- return aat_afrag;
- }
else if (strcmp(typeString, "pnode") == 0)
{
return aat_pnode;
}
- else if (strcmp(typeString, "pre") == 0)
- {
- return aat_pre;
- }
- else if (strcmp(typeString, "pfrag") == 0)
- {
- return aat_pfrag;
- }
else
{
@@ -816,11 +800,7 @@
}
case aat_node:
case aat_anode:
- case aat_attr:
- case aat_afrag:
case aat_pnode:
- case aat_pre:
- case aat_pfrag:
case aat_charseq:
default:
{
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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