Update of /cvsroot/monetdb/pathfinder/compiler/mil
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15207/compiler/mil
Modified Files:
Tag: PF_ROX
milgen.brg
Log Message:
propagated changes of Friday Jun 13 2008
from the development trunk to the PF_ROX branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/13 - sjoerd: NT/MonetDB4-XQuery/MonetDB4-XQuery-Installer.vdproj,1.13
NT/MonetDB4-XQuery64/MonetDB4-XQuery-Installer.vdproj,1.5
compiler/algebra/algebra.c,1.87 compiler/algebra/builtins.c,1.100
compiler/algebra/logical.c,1.102 compiler/algebra/physical.c,1.72
compiler/algebra/prop/prop_ocol.c,1.62 compiler/include/algebra.h,1.88
compiler/mil/milgen.brg,1.163 compiler/sql/lalg2sql.brg,1.135
propagated changes of Thursday Jun 12 2008 - Friday Jun 13 2008
from the XQuery_0-24 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/12 - sjoerd:
NT/MonetDB4-XQuery64/MonetDB4-XQuery-Installer.vdproj,1.4.2.1
Updated installer version number.
Make sure the 64 bit version and the 32 bit version have different "Upgrade
Codes" so that they can be installed at the same time.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/12 - lsidir: compiler/algebra/algebra.c,1.84.2.3
compiler/algebra/builtins.c,1.95.2.4
compiler/algebra/logical.c,1.98.2.4
compiler/algebra/physical.c,1.69.2.3
compiler/algebra/prop/prop_ocol.c,1.60.2.2
compiler/include/algebra.h,1.85.2.2 compiler/mil/milgen.brg,1.157.2.15
compiler/sql/lalg2sql.brg,1.133.2.1
pf:docname implementation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2008/06/12 - sjoerd:
NT/MonetDB4-XQuery/MonetDB4-XQuery-Installer.vdproj,1.12.2.1
Updated installer version number.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
U milgen.brg
Index: milgen.brg
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/mil/milgen.brg,v
retrieving revision 1.103.2.19
retrieving revision 1.103.2.20
diff -u -d -r1.103.2.19 -r1.103.2.20
--- milgen.brg 10 Jun 2008 14:47:37 -0000 1.103.2.19
+++ milgen.brg 13 Jun 2008 14:29:38 -0000 1.103.2.20
@@ -5333,6 +5333,26 @@
} break; /* fold) */
+ case alg_fun_pf_docname: /* fold( */
+ {
+ PFalg_att_t element = p->sem.fun_1to1.refs.atts[0];
+ PFmil_t *pre = VAR (p->env, element, aat_pre),
+ *pre_cont = VAR (p->env, element, aat_frag);
+
+ assert (env_count (L(p)->env));
+
+ res_type = aat_str;
+
+ execute (
+ assgn ( var (res->name),
+ ws_docname (var (PF_MIL_VAR_WS),
+ hmark (pre, lit_oid(0)),
+ pre,
+ set_kind (pre_cont,
+ var
(PF_MIL_VAR_ELEM)))));
+
+ } break; /* fold) */
+
case alg_fun_upd_delete: /* fold( */
{
PFalg_att_t tgt = p->sem.fun_1to1.refs.atts[0];
@@ -8902,10 +8922,6 @@
unpin(nodes, 1);
} break;
- case alg_fun_call_pf_docname:
- {
- } break;
-
case alg_fun_call_pf_collections:
case alg_fun_call_pf_collections_unsafe:
{
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins