Autor: Jeremy Harris Data: Para: exim-users Assunto: 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