Re: libpq compression - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: libpq compression
Date
Msg-id 78AB87C8-297A-42C5-98D7-17C44F2FBE49@yesql.se
Whole thread Raw
In response to Re: libpq compression  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: libpq compression
List pgsql-hackers
> On 2 Sep 2021, at 00:29, Daniel Gustafsson <daniel@yesql.se> wrote:
>
>> On 29 Jul 2021, at 16:57, Daniil Zakhlystov <usernamedt@yandex-team.ru> wrote:
>>
>> Forgot to attach the updated patch :)
>
> This fails to build on Windows due to the use of strcasecmp:
>
> +        if (strcasecmp(supported_algorithms[zpq->compressors[i].impl], "zstd") ==
>
> Was that meant to be pg_strcasecmp?

To keep this thread from stalling, attached is a rebased patchset with the
above mentioned fix to try and get this working on Windows.

--
Daniel Gustafsson        https://vmware.com/


Attachment

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: Memory leak in pg_hmac_final
Next
From: "Bossart, Nathan"
Date:
Subject: Re: parallelizing the archiver