Re: [exim] Bug in exim 4.90 postgresql

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: 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