[postgis-tickets] r15792 - Fix warning

Paul Ramsey pramsey at cleverelephant.ca
Fri Sep 22 05:45:19 PDT 2017


Author: pramsey
Date: 2017-09-22 05:45:19 -0700 (Fri, 22 Sep 2017)
New Revision: 15792

Modified:
   trunk/postgis/lwgeom_out_mvt.c
Log:
Fix warning


Modified: trunk/postgis/lwgeom_out_mvt.c
===================================================================
--- trunk/postgis/lwgeom_out_mvt.c	2017-09-22 06:34:36 UTC (rev 15791)
+++ trunk/postgis/lwgeom_out_mvt.c	2017-09-22 12:45:19 UTC (rev 15792)
@@ -125,7 +125,7 @@
 	PG_RETURN_NULL();
 #else
 	struct mvt_agg_context *ctx;
-	bytea *buf;
+	uint8_t *buf;
 	if (!AggCheckCallContext(fcinfo, NULL))
 		elog(ERROR, "pgis_asmvt_finalfn called in non-aggregate context");
 



More information about the postgis-tickets mailing list