Re: PostgreSQL 8.4.3: configure script on Debian Lenny with libbsd-dev and libbsd0 installed does not detect strlcpy and strlcat functions - Mailing list pgsql-bugs

From Tom Lane
Subject Re: PostgreSQL 8.4.3: configure script on Debian Lenny with libbsd-dev and libbsd0 installed does not detect strlcpy and strlcat functions
Date
Msg-id 3418.1272212130@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL 8.4.3: configure script on Debian Lenny with libbsd-dev and libbsd0 installed does not detect strlcpy and strlcat functions  (Holger Rauch <holger.rauch@empic.de>)
List pgsql-bugs
Holger Rauch <holger.rauch@empic.de> writes:
> So, my question is: Why does the configure script not include these
> checks on Linux systems (for the bsd/string.h file and libbsd)?

Well, there are several reasons:

1. I don't think we really care that much --- the src/port/
implementations of those functions work fine, so there's no reason to
jump through hoops to guess what nonstandard place a given platform
might have hidden the functions in.

2. Linking an extra library just to bring in those two functions doesn't
seem like a win.

3. Doesn't -lbsd typically pull in versions of functions that follow old
BSD conventions rather than POSIX-standard behavior?  I'm not sure we
want that at all.  Our code generally assumes that it'll get POSIX
behavior on Linuxen.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Holger Rauch
Date:
Subject: PostgreSQL 8.4.3: configure script on Debian Lenny with libbsd-dev and libbsd0 installed does not detect strlcpy and strlcat functions
Next
From: "Christoph Zwerschke"
Date:
Subject: BUG #5438: Bug/quirk in ascii() function