pgsql: Update wording: < * Use strlcpy() rather than StrNCpy() macro >

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update wording: < * Use strlcpy() rather than StrNCpy() macro >
Date: 2006-10-02 23:26:02
Message-ID: 20061002232602.1CA949FB2BA@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-10-02 23:58:59 pgsql: Add URL about strlcpy() creation history.
Previous Message Bruce Momjian 2006-10-02 23:23:32 pgsql: Add: > > * Use strlcpy() rather than StrNCpy() macro