Re: libpq compression

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: libpq compression
Дата
Msg-id 78AB87C8-297A-42C5-98D7-17C44F2FBE49@yesql.se
обсуждение исходный текст
Ответ на Re: libpq compression  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: libpq compression  (Michael Paquier <michael@paquier.xyz>)
Список 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/


Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Memory leak in pg_hmac_final
Следующее
От: "Bossart, Nathan"
Дата:
Сообщение: Re: parallelizing the archiver