pgLatLon

diff latlon--0.14.sql @ 64:da23ebd9fd4c

Fixed wrong commutator of epoint <@ ecluster (leading to an unused shell operator of ecluster <@ epoint)
author jbe
date Tue Feb 11 02:13:28 2020 +0100 (2020-02-11)
parents 9771b81559c7
children
line diff
     1.1 --- a/latlon--0.14.sql	Tue Feb 11 01:59:04 2020 +0100
     1.2 +++ b/latlon--0.14.sql	Tue Feb 11 02:13:28 2020 +0100
     1.3 @@ -1136,7 +1136,7 @@
     1.4    leftarg = epoint,
     1.5    rightarg = ecluster,
     1.6    procedure = epoint_ecluster_overlap_proc,
     1.7 -  commutator = <@,
     1.8 +  commutator = @>,
     1.9    restrict = areasel,
    1.10    join = areajoinsel
    1.11  );

Impressum / About Us