Ticket #129 (closed bug report: fixed)
server connexion closed unexpectedly using shortest_path
Reported by: | c.mohsen | Owned by: | anton |
---|---|---|---|
Priority: | major | Milestone: | Version 1.1 |
Component: | pgRouting package | Version: | 1.0.0a |
Keywords: | Cc: |
Description
Hello,
I'm using the librouting dll from pgRouting-1.0.0_win32.
Here are the steps to reproduce my problem :
1. execute the file dijkstra.sql (see attached files) to create the function shortest_path
2. Restore the database "routingtest" (see attached files)
3. execute the query :
SELECT a.edge_id FROM shortest_path('SELECT id, source, target, cost FROM roads_europe_edges', 1, 3, false, false) AS a LEFT JOIN roads_europe ON vertex_id = gid ;
The server connexion closes unexpectedly instead of giving me an answer.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.