woodbri / osrm-tools

Tools to extract postgresql database into OSRM normalized files, and postgresql function to access OSRM Server.
BSD 2-Clause "Simplified" License
30 stars 6 forks source link

Crashes in the postgresql interface on PostgreSQL 9.3 #10

Closed woodbri closed 9 years ago

woodbri commented 9 years ago

There is an issue where the #if PGSQL_VERSION in osrm.h is not getting setup coorectly and this causes warning during complies and crashes at runtime on PostgreSQL 9.3, works ok on 9.2.

woodbri commented 9 years ago

Just pushed code to fix this problem.