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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Properly handle the case where strlcpy() exists in libc but isn't
Дата
Msg-id 20061002000618.9F50F9FB3B0@postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve documentation of configure's readline/libedit switches.
Следующее
От: h-saito@pgfoundry.org (User H-saito)
Дата:
Сообщение: npgsql - Npgsql: little correction.