Update of /cvsroot/monetdb/pathfinder/compiler
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv31086/compiler
Modified Files:
compile.c
Log Message:
propagated changes of Sunday May 25 2008 - Thursday Jul 03 2008
from the xrpcdemo branch to the development trunk
or better:
applied differences between the current head of the XQuery_0-24 branch (tag
xrpcdemo_sync) and the current head of the xrpcdemo branch (tag
xrpcdemo_done) to the development trunk
U compile.c
Index: compile.c
===================================================================
RCS file: /cvsroot/monetdb/pathfinder/compiler/compile.c,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- compile.c 18 Jun 2008 11:24:11 -0000 1.154
+++ compile.c 3 Jul 2008 15:10:23 -0000 1.155
@@ -193,8 +193,6 @@
/* NOTE: variable is re-used in subsequent pf runs (in server-side setup) */
urlcache_t *urlcache = NULL;
-/* NOTE: variable is re-used in subsequent pf runs (in server-side setup) */
-int xrpc_port = 80;
/**
* read input file into the url cache
@@ -210,7 +208,7 @@
if (strncmp(uri, "xrpc://", 7) == 0) {
char *p = strchr(uri+7, '/');
char *q = strchr(uri+7, ':');
- int port = xrpc_port; /* if a specific port is omitted, we use the
current xrpcd port number */
+ int port = 80; /* if a specific port is omitted, we use the current
xrpcd port number */
if (q) {
if (p == NULL || p > q) port = atoi(q+1); /* it is a port only if
':' before the first '/' */
*q = 0;
@@ -901,6 +899,8 @@
PFmem_init ();
+ /* initialize data structures in the Parser department */
+ PFparser_init ();
/* initialize the datastructures in the Core department */
PFcore_init ();
/* Initialize data structures in the functions department */
-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Monetdb-pf-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins