Re: [exim] Bug in exim 4.90 postgresql

Pàgina inicial
Delete this message
Reply to this message
Autor: Jeremy Harris
Data:  
A: exim-users
Assumpte: Re: [exim] Bug in exim 4.90 postgresql
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