]> granicus.if.org Git - postgresql/commitdiff
Add TLS thread URL:
authorBruce Momjian <bruce@momjian.us>
Thu, 28 Dec 2006 20:51:13 +0000 (20:51 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 28 Dec 2006 20:51:13 +0000 (20:51 +0000)
>   http://archives.postgresql.org/pgsql-hackers/2006-12/msg01213.php

doc/TODO
doc/src/FAQ/TODO.html

index ff20340fe0000662cdebd8df472a40c1f434ed4d..8aa3625f8f630a328269dca50275f6770a2b0b96 100644 (file)
--- 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
 
index 32914b3a0785299fb6ef3ab576e42c4501254d61..30473d4bebe4b0b91edfa0a5393856dcc6a3b742 100644 (file)
@@ -8,7 +8,7 @@
 <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
 <h1><a name="section_1">PostgreSQL TODO List</a></h1>
 <p>Current maintainer:     Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
-Last updated:           Thu Dec 28 15:43:55 EST 2006
+Last updated:           Thu Dec 28 15:51:07 EST 2006
 </p>
 <p>The most recent version of this document can be viewed at<br/>
 <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1167,6 +1167,7 @@ first.
   </li><li>Consider detoasting keys before sorting
   </li><li>Consider GnuTLS if OpenSSL license becomes a problem
 <p>  <a href="http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php">http://archives.postgresql.org/pgsql-patches/2006-05/msg00040.php</a>
+  <a href="http://archives.postgresql.org/pgsql-hackers/2006-12/msg01213.php">http://archives.postgresql.org/pgsql-hackers/2006-12/msg01213.php</a>
 </p>
   </li><li>Use strlcpy() rather than our StrNCpy() macro
 <p>  <a href="http://archives.postgresql.org/pgsql-hackers/2006-09/msg02108.php">http://archives.postgresql.org/pgsql-hackers/2006-09/msg02108.php</a>