pgLatLon

annotate 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
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@16 2 DATA = latlon--0.3--0.4.sql latlon--0.4.sql
jbe@16 3 MODULES = latlon-v0004
jbe@0 4
jbe@0 5 PG_CONFIG = pg_config
jbe@0 6 PGXS := $(shell $(PG_CONFIG) --pgxs)
jbe@0 7 include $(PGXS)

Impressum / About Us