summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorBruce Momjian2006-12-28 20:51:13 +0000
committerBruce Momjian2006-12-28 20:51:13 +0000
commit3870341d1e192f1035ad780f9ac91c4a4700f406 (patch)
tree519e205bcac5540c6159eb41f030e416b971b6fb /doc/TODO
parentbb554e0d9c7abf5598ecf7a099b4568a49755b57 (diff)
Add TLS thread URL:
> http://archives.postgresql.org/pgsql-hackers/2006-12/msg01213.php
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index ff20340fe00..8aa3625f8f6 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Thu Dec 28 15:43:55 EST 2006
+Last updated: Thu Dec 28 15:51:07 EST 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1290,6 +1290,7 @@ Source Code
* Consider GnuTLS if OpenSSL license becomes a problem
http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php
+ http://archives.postgresql.org/pgsql-hackers/2006-12/msg01213.php
* Use strlcpy() rather than our StrNCpy() macro