From 7d4cd39cdd46b32c61891b72b2e39f57e63b8e76 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 29 May 2015 23:07:10 +0000 Subject: [PATCH] #3131, fix crasher git-svn-id: http://svn.osgeo.org/postgis/trunk@13585 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography_measurement.c | 1 + 1 file changed, 1 insertion(+) diff --git a/postgis/geography_measurement.c b/postgis/geography_measurement.c index 3a0451dc9..7ac674716 100644 --- a/postgis/geography_measurement.c +++ b/postgis/geography_measurement.c @@ -58,6 +58,7 @@ Datum geography_distance_knn(PG_FUNCTION_ARGS) return DirectFunctionCall3(geography_distance_uncached, PG_GETARG_DATUM(0), PG_GETARG_DATUM(1), + (Datum)0, BoolGetDatum(false)); } -- 2.50.1