Re: speed up unicode normalization quick check

Поиск
Список
Период
Сортировка
От Masahiko Sawada
Тема Re: speed up unicode normalization quick check
Дата
Msg-id CA+fd4k7D4b12ShywWj=AbcHZzV1-OqMjNe7RZAu+tgz5rd_11A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: speed up unicode normalization quick check  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: speed up unicode normalization quick check  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Sun, 11 Oct 2020 at 19:27, Michael Paquier <michael@paquier.xyz> wrote:
>
> On Thu, Oct 08, 2020 at 06:22:39PM -0400, John Naylor wrote:
> > Okay, thanks.
>
> And applied.

The following warning recently started to be shown in my
environment(FreeBSD clang 8.0.1). Maybe it is relevant with this
commit:

unicode_norm.c:478:12: warning: implicit declaration of function
'htonl' is invalid in C99 [-Wimplicit-function-declaration]
        hashkey = htonl(ch);
                  ^
1 warning generated.

Regards,

--
Masahiko Sawada            http://www.2ndQuadrant.com/

PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Greg Nancarrow
Дата:
Сообщение: Re: Parallel INSERT (INTO ... SELECT ...)
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: Resetting spilled txn statistics in pg_stat_replication