| From: | Daniel Gustafsson <daniel(at)yesql(dot)se> |
|---|---|
| To: | Daniil Zakhlystov <usernamedt(at)yandex-team(dot)ru> |
| Cc: | Justin Pryzby <pryzby(at)telsasoft(dot)com>, vignesh C <vignesh21(at)gmail(dot)com>, Michael Paquier <michael(at)paquier(dot)xyz>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Konstantin Knizhnik <knizhnik(at)garret(dot)ru>, ianzag(at)gmail(dot)com |
| Subject: | Re: libpq compression |
| Date: | 2021-09-01 22:29:48 |
| Message-ID: | 70E42A2C-312B-42CA-A73A-DD5540BB9667@yesql.se |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> On 29 Jul 2021, at 16:57, Daniil Zakhlystov <usernamedt(at)yandex-team(dot)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/
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Smith | 2021-09-01 22:49:11 | Re: unpack_sql_state not called? |
| Previous Message | Thomas Munro | 2021-09-01 22:10:41 | stat() vs ERROR_DELETE_PENDING, round N + 1 |