Re: libpq compression - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: libpq compression
Date
Msg-id 70E42A2C-312B-42CA-A73A-DD5540BB9667@yesql.se
Whole thread Raw
In response to Re: libpq compression  (Daniil Zakhlystov <usernamedt@yandex-team.ru>)
Responses Re: libpq compression
List pgsql-hackers
> 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?

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




pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: stat() vs ERROR_DELETE_PENDING, round N + 1
Next
From: Peter Smith
Date:
Subject: Re: unpack_sql_state not called?