pgsql: Update wording: < * Use strlcpy() rather than StrNCpy() macro > - Mailing list pgsql-committers

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Update wording: < * Use strlcpy() rather than StrNCpy() macro >
Date
Msg-id 20061002232602.1CA949FB2BA@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Update wording:

< * Use strlcpy() rather than StrNCpy() macro
> * Use strlcpy() rather than our StrNCpy() macro

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.1997 -> r1.1998)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1997&r2=1.1998)
    pgsql/doc/src/FAQ:
        TODO.html (r1.499 -> r1.500)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.499&r2=1.500)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add: > > * Use strlcpy() rather than StrNCpy() macro
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add URL about strlcpy() creation history.