pgLatLon

annotate GNUmakefile @ 57:aea107226f0c

Fixed comment on OffsetNumber (is smaller than entryvec->n)
author jbe
date Sun Nov 25 23:42:18 2018 +0100 (2018-11-25)
parents 537df4c9de92
children 9771b81559c7
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@53 2 DATA = latlon--0.11--0.12.sql latlon--0.12.sql
jbe@47 3 MODULES = latlon-v0009
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