pgLatLon

changeset 17:c790cf162e04 v0.4

Corrected comment
author jbe
date Fri Sep 09 19:45:03 2016 +0200 (2016-09-09)
parents e319679cefbd
children 8fc782ac930f
files latlon-v0004.c
line diff
     1.1 --- a/latlon-v0004.c	Fri Sep 09 19:22:30 2016 +0200
     1.2 +++ b/latlon-v0004.c	Fri Sep 09 19:45:03 2016 +0200
     1.3 @@ -2417,7 +2417,7 @@
     1.4    PG_RETURN_BOOL(retval);
     1.5  }
     1.6  
     1.7 -/* check if circle and cluster may be overlap (l. ov. operator "&&+") in SQL */
     1.8 +/* check if circle and cluster may overlap (l. ov. operator "&&+") in SQL */
     1.9  PG_FUNCTION_INFO_V1(pgl_ecircle_ecluster_may_overlap);
    1.10  Datum pgl_ecircle_ecluster_may_overlap(PG_FUNCTION_ARGS) {
    1.11    pgl_circle *circle = (pgl_circle *)PG_GETARG_POINTER(0);

Impressum / About Us