pgsql: Properly handle the case where strlcpy() exists in libc but isn't - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Properly handle the case where strlcpy() exists in libc but isn't
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Properly handle the case where strlcpy() exists in libc but isn't
declared in the system headers.  Per report from Bruce than some BSDen
are like this.

Modified Files:
--------------
    pgsql:
        configure (r1.507 -> r1.508)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.507&r2=1.508)
        configure.in (r1.477 -> r1.478)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.477&r2=1.478)
    pgsql/src/include:
        pg_config.h.in (r1.101 -> r1.102)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.101&r2=1.102)
        port.h (r1.101 -> r1.102)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port.h.diff?r1=1.101&r2=1.102)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Improve documentation of configure's readline/libedit switches.
Next
From: [email protected] (User H-saito)
Date:
Subject: npgsql - Npgsql: little correction.