pgLatLon

annotate GNUmakefile @ 80:b9cdc74a90db

Clear memory of datums on allocation to avoid non-zero garbage in padding on all possible platforms
author jbe
date Thu Oct 23 10:39:05 2025 +0200 (3 days ago)
parents 882b77aee653
children 037e28f426e7
rev   line source
jbe@0 1 EXTENSION = latlon
jbe@69 2 DATA = latlon--0.14--0.15.sql latlon--0.15.sql
jbe@69 3 MODULES = latlon-v0010
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