Opened 16 years ago

Last modified 16 years ago

#46 closed defect (wontfix)

server connexion closed unexpectedly using shortest_path

Reported by: c_moh...@… Owned by:
Priority: medium Milestone:
Component: postgis Version:
Keywords: Cc:

Description

What steps will reproduce the problem?

  1. install the 3 dll librouting (see attached files) (I put them in the

folder postgreSQL\8.3\lib)

  1. execute the file dijkstra.sql 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 ;

What is the expected output? What do you see instead? server connexion closed unexpectedly

What version of the product are you using? On what operating system? I'm using pgAdmin III with postgres 8.3 and postgis 1.3.3 on windows XP

Please provide any additional information below.

Change History (2)

comment:1 by mcayland, 16 years ago

Unfortunately the query above does not use PostGIS functions - you'll need to report this to the pgrouting people instead.

ATB,

Mark.

Note: See TracTickets for help on using tickets.