Update of /cvsroot/monetdb/pathfinder/compiler/include
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31404/compiler/include
Modified Files:
logical.h
Log Message:
The error operator now reaches all the way to the mil level.
* planner.c: added code for actually creating the physical plan with the error
op.
* milgen.brg: for the time being only prints a standar error, next commit will
print the correct string
* logical.h: added a semantic content for the error operator
Index: logical.h
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/include/logical.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -d -r1.48 -r1.49
--- logical.h 13 Dec 2007 13:08:17 -0000 1.48
+++ logical.h 19 Dec 2007 16:06:35 -0000 1.49
@@ -418,6 +418,11 @@
PFalg_att_t item_res; /**< item column of result relation */
} merge_adjacent;
+ /* semantic content for error */
+ struct {
+ PFalg_att_t att; /**< column with the error msg */
+ } error;
+
/* semantic content for conditional error */
struct {
PFalg_att_t att; /**< name of the boolean attribute */
-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins