1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00
>
> * Use strlcpy() rather than StrNCpy() macro
This commit is contained in:
Bruce Momjian
2006-10-02 23:23:32 +00:00
parent ae9b60322e
commit 9b9e0e61a5
2 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Mon Oct 2 09:59:50 EDT 2006
Last updated: Mon Oct 2 19:23:29 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@ -1297,6 +1297,8 @@ Source Code
http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php
* Use strlcpy() rather than StrNCpy() macro
* Win32