Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen. - Mailing list pgsql-committers

From Andres Freund
Subject Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.
Date
Msg-id 20171010205315.g7l6tf3j5jzplqax@alap3.anarazel.de
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation of strlen.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
On 2017-10-10 16:51:39 -0400, Tom Lane wrote:
> Andres Freund <andres@anarazel.de> writes:
> > As far as I can tell it's still somehow using a configure from before
> > the last commits:
> 
> No, it's pilot error.  The AC_CHECK_FUNCS call you added strnlen to
> is only executed if
> AS_IF([test "$enable_thread_safety" = yes -a "$PORTNAME" != "win32"],

Dear god, I'm daft. Dear god, m4 is a horrible lanuagage.

Thanks.


-- 
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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation of strlen.
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation ofstrlen.