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

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementation of strlen.
Date
Msg-id 25137.1507611314@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> I think the current split between common and port isn't particularly
> meaningful. But as long as we have it, this probably belongs more in
> port than in common.

Well, port is supposed to be for stuff that we expect to find in libc
on common platforms, but is missing some places.  strnlen seems to
fall in that category well enough.
        regards, tom lane


-- 
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: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Add pg_strnlen() a portable implementationof strlen.
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Use lower-case SGML attribute values