pgLatLon
diff GNUmakefile @ 16:e319679cefbd
Added more operators for clusters (including polygons); Bugfix regarding missing entries in ecluster_ops operator class (index was not used for nearest-neighbor searches)
author | jbe |
---|---|
date | Fri Sep 09 19:22:30 2016 +0200 (2016-09-09) |
parents | 95f185a648a4 |
children | bd166e5e02cb |
line diff
1.1 --- a/GNUmakefile Sat Sep 03 16:00:22 2016 +0200 1.2 +++ b/GNUmakefile Fri Sep 09 19:22:30 2016 +0200 1.3 @@ -1,6 +1,6 @@ 1.4 EXTENSION = latlon 1.5 -DATA = latlon--0.1--0.2.sql latlon--0.2--0.3.sql latlon--0.3.sql latlon--0.4.sql 1.6 -MODULES = latlon-v0003 latlon-v0004 1.7 +DATA = latlon--0.3--0.4.sql latlon--0.4.sql 1.8 +MODULES = latlon-v0004 1.9 1.10 PG_CONFIG = pg_config 1.11 PGXS := $(shell $(PG_CONFIG) --pgxs)