pgRouting

Changeset 90

Show
Ignore:
Timestamp:
01/15/08 10:30:42 (11 months ago)
Author:
anton
Message:

library name fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/extra/tsp/sql/routing_tsp.sql

    r43 r90  
    2525CREATE OR REPLACE FUNCTION tsp(sql text, ids varchar, source integer) 
    2626        RETURNS SETOF path_result 
    27         AS '$libdir/routing_tsp' 
     27        AS '$libdir/librouting_tsp' 
    2828        LANGUAGE 'C' IMMUTABLE STRICT;