Ticket #199 (new bug report)
travelling sales person crash
Reported by: | amdstorm | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | TSP | Version: | |
Keywords: | Cc: |
Description
I have some roadline data of Singapore. I exported it from manifold into postgresql.
after running assign_vertex_id, all source and target are set.
running the following statement crashes the database
SELECT * FROM tsp('SELECT distinct source AS source_id, x1::double precision AS x, y1::double precision AS y FROM roadlines WHERE source IN (28)', '28', 352);
I am using post gis 1.4, and postgres 8.4
Change History
Note: See
TracTickets for help on using
tickets.