Re: [Monetdb-developers] [Monetdb-pf-checkins] pathfinder/runtime xrpc_server.mx, XQuery_0-24, 1.68.2.4, 1.68.2.5
Propagation prevented. On 2008-07-14 17:52, Ying Zhang wrote:
Update of /cvsroot/monetdb/pathfinder/runtime In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9021
Modified Files: Tag: XQuery_0-24 xrpc_server.mx Log Message: only in stable: fixes in dealing with whitespace characters between elements.
Please *do not* propagate this change
U xrpc_server.mx Index: xrpc_server.mx =================================================================== RCS file: /cvsroot/monetdb/pathfinder/runtime/xrpc_server.mx,v retrieving revision 1.68.2.4 retrieving revision 1.68.2.5 diff -u -d -r1.68.2.4 -r1.68.2.5 --- xrpc_server.mx 4 Jun 2008 11:57:58 -0000 1.68.2.4 +++ xrpc_server.mx 14 Jul 2008 15:52:24 -0000 1.68.2.5 @@ -756,8 +756,11 @@ } argcnt[i][j]++; nr_args++; + next_tpe_node_pre += (pre_kindT[next_tpe_node_pre] == TEXT ? 1 : 0); } /* end loop 'xrpc:<type>' */ + next_seq_node_pre += (pre_kindT[next_seq_node_pre] == TEXT ? 1 : 0); } /* end loop 'xrpc:sequence' */ + next_call_node_pre += (pre_kindT[next_call_node_pre] == TEXT ? 1 : 0); } /* end loop 'xrpc:call' */ frag_root = BATsetaccess(frag_root, BAT_READ);
------------------------------------------------------------------------- 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 Monetdb-pf-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-pf-checkins
-- Sjoerd Mullender
participants (1)
-
Sjoerd Mullender