Hello,<br>
<br>
I get the following error using the dijkstra_sp_delta function :<br>
<br>
type of parameter 33 (integer) does not match that when preparing the plan (numeric)<br>
  Oł : PL/pgSQL function "dijkstra_sp_delta_directed" line 83 at assignment<br>
PL/pgSQL function "dijkstra_sp_delta" line 19 at FOR over EXECUTE statement<br>
<br>
I didn't find anything about that.<br>
I'm using postgis with a java application. Calls are done with 
Hibernate's named queries, but I don't think that the use of Hibernate 
is the cause of this error.<br>
The error occurs randomly : A failing request can work at its next call.<br>
<br>
Versions :<br>

Postgres 9.1<br>

Postgis 1.5<br>
Pgrouting 1.0.5<br>
<br>
Any idea about this?<br>
<br>
Regards,<br>
<br>
Mathias.