pgLatLon

diff GNUmakefile @ 46:3cbce515387f

Added safety margins for distance calculation on index lookups (fixes bug that caused nearest-neighbor search to fail in certain cases); Improved "fair_distance" function
author jbe
date Mon Oct 31 13:06:31 2016 +0100 (2016-10-31)
parents 3293906ea6a0
children 20482d4309b5
line diff
     1.1 --- a/GNUmakefile	Tue Oct 25 22:15:17 2016 +0200
     1.2 +++ b/GNUmakefile	Mon Oct 31 13:06:31 2016 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4  EXTENSION = latlon
     1.5 -DATA = latlon--0.9.sql
     1.6 -MODULES = latlon-v0008
     1.7 +DATA = latlon--0.9.sql latlon--0.9--0.10.sql latlon--0.10.sql
     1.8 +MODULES = latlon-v0008 latlon-v0009
     1.9  
    1.10  PG_CONFIG = pg_config
    1.11  PGXS := $(shell $(PG_CONFIG) --pgxs)

Impressum / About Us