552{
553 Oid foutoid;
554 bool typisvarlena;
556 POSTGIS_DEBUG(2, "parse_value_as_string called");
557 getTypeOutputInfo(typoid, &foutoid, &typisvarlena);
558 value = OidOutputFunctionCall(foutoid, datum);
559 POSTGIS_DEBUGF(4, "parse_value_as_string value: %s", value);
561}
static void add_value_as_string(mvt_agg_context *ctx, char *value, uint32_t *tags, uint32_t k)