Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.
Дата
Msg-id 20171009231509.nlptgdrtg2au6frn@alap3.anarazel.de
обсуждение исходный текст
Ответ на [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation of strlen.  (Andres Freund <andres@anarazel.de>)
Ответы Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation ofstrlen.
Список pgsql-committers
Hi Andrew,

On 2017-10-09 22:22:04 +0000, Andres Freund wrote:
> Add pg_strnlen() a portable implementation of strlen.
> 
> As the OS version is likely going to be more optimized, fall back to
> it if available, as detected by configure.

I'm a bit confused, frogmouth
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=frogmouth&dt=2017-10-09%2022%3A30%3A41
shows that it compiled the new code, but the configure output doesn't
show it ran through the new configure test.  Additionally, without the
the config define, this should result in the replacement being
used. Which doesn't seem to be the case either.

Kinda sounds like this used some halfway outdated build or such?

Greetings,

Andres Freund


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation of strlen.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation ofstrlen.