Update of /cvsroot/monetdb/pathfinder/compiler/debug
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20105/compiler/debug
Modified Files:
Tag: PF_ROX
physdebug.c
Log Message:
propagated changes of Monday May 19 2008 - Thursday May 22 2008
from the development trunk to the PF_ROX branch
U physdebug.c
Index: physdebug.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/debug/physdebug.c,v
retrieving revision 1.50.2.6
retrieving revision 1.50.2.7
diff -u -d -r1.50.2.6 -r1.50.2.7
--- physdebug.c 17 Apr 2008 14:31:25 -0000 1.50.2.6
+++ physdebug.c 22 May 2008 08:48:32 -0000 1.50.2.7
@@ -92,6 +92,8 @@
, [pa_type] = "TYPE"
, [pa_type_assert] = "type assertion"
, [pa_cast] = "CAST"
+ , [pa_seqty1] = "SEQTY1"
+ , [pa_all] = "ALL"
, [pa_llscjoin] = "//| "
, [pa_doc_tbl] = "DOC"
, [pa_doc_access] = "access"
@@ -120,6 +122,7 @@
, [pa_fun_call] = "fun call"
, [pa_fun_param] = "fun param"
, [pa_string_join] = "fn:string-join"
+ , [pa_findnodes] = "fn:id/idref"
};
static char *
@@ -233,6 +236,8 @@
, [pa_type] = "\"#C0C0C0\""
, [pa_type_assert] = "\"#C0C0C0\""
, [pa_cast] = "\"#C0C0C0\""
+ , [pa_seqty1] = "\"#A0A0A0\""
+ , [pa_all] = "\"#A0A0A0\""
, [pa_llscjoin] = "\"#1E90FF\""
, [pa_doc_tbl] = "\"#C0C0C0\""
, [pa_doc_access] = "\"#CCCCFF\""
@@ -261,6 +266,7 @@
, [pa_fun_call] = "\"#BB00BB\""
, [pa_fun_param] = "\"#BB00BB\""
, [pa_string_join] = "\"#C0C0C0\""
+ , [pa_findnodes] = "\"#CCCCFF\""
};
/* open up label */
@@ -450,6 +456,8 @@
case pa_max:
case pa_min:
case pa_sum:
+ case pa_seqty1:
+ case pa_all:
if (n->sem.aggr.part == att_NULL)
PFarray_printf (dot, "%s (%s:<%s>)", a_id[n->kind],
PFatt_str (n->sem.aggr.res),
@@ -627,6 +635,7 @@
case pa_rec_base:
case pa_rec_border:
case pa_string_join:
+ case pa_findnodes:
PFarray_printf (dot, "%s", a_id[n->kind]);
break;
}
-------------------------------------------------------------------------
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