On 23/12/17 10:22, James wrote:
> if (num_fields == 1)
> - result = string_catn(NULL,
> + result = string_catn(result,
> US PQgetvalue(pg_result, i, 0), PQgetlength(pg_result, i, 0));
> else
> {Fix good; committed in bbfb5dcd8e -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
