pgLatLon

annotate Makefile @ 79:16787a19a325

Do not return CSTRING to static memory

Avoids wrong pfree under certain circumstances
(e.g. array_agg on empty EBOX or ECLUSTER).
author jbe
date Thu Oct 23 10:16:01 2025 +0200 (2 weeks ago)
parents 3b70e93cc07d
children
rev   line source
jbe@0 1 all::
jbe@0 2 gmake all
jbe@0 3 clean::
jbe@0 4 gmake clean
jbe@0 5 install::
jbe@0 6 gmake install
jbe@0 7 uninstall::
jbe@0 8 gmake uninstall

Impressum / About Us