diff --git a/doc/TODO b/doc/TODO index 7a3687340e..86d3ff8bd5 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon Oct 2 19:23:29 EDT 2006 +Last updated: Mon Oct 2 19:25:57 EDT 2006 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1297,7 +1297,7 @@ Source Code http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php -* Use strlcpy() rather than StrNCpy() macro +* Use strlcpy() rather than our StrNCpy() macro * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index cee575ad95..6f8c1edfc5 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Mon Oct 2 19:23:29 EDT 2006 +Last updated: Mon Oct 2 19:25:57 EDT 2006

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -1171,7 +1171,7 @@ first.

  • Consider GnuTLS if OpenSSL license becomes a problem

    http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php

    -
  • Use strlcpy() rather than StrNCpy() macro +
  • Use strlcpy() rather than our StrNCpy() macro
  • Win32