Add:
authorBruce Momjian
Tue, 3 Oct 2006 00:00:18 +0000 (00:00 +0000)
committerBruce Momjian
Tue, 3 Oct 2006 00:00:18 +0000 (00:00 +0000)
>  * Fix SSL retry to avoid useless repeated connection attempts and
>    ensuing misleading error messages

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

index 86d3ff8bd55a5c0178eea9bb20aceb8d73837718..eb90f1ab98b1deda79fc4273b2e71ea5e6945b5f 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-Last updated:      Mon Oct  2 19:25:57 EDT 2006
+Last updated:      Mon Oct  2 20:00:14 EDT 2006
 
 The most recent version of this document can be viewed at
 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -794,6 +794,8 @@ Clients
      held on the server waiting for them to be requested by libpq.
      One complexity is that a statement like SELECT 1/col could error
      out mid-way through the result set.
+   * Fix SSL retry to avoid useless repeated connection attempts and
+     ensuing misleading error messages
 
 
 Triggers
index 6f8c1edfc5b734acf0a9bef55afa4a2b213618e6..b7bc55aefa33aa406021cee1a4de7c4ef08d903f 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-Last updated:           Mon Oct  2 19:25:57 EDT 2006
+Last updated:           Mon Oct  2 20:00:14 EDT 2006
 

 

The most recent version of this document can be viewed at

 http://www.postgresql.org/docs/faqs.TODO.html.
@@ -720,7 +720,10 @@ first.
           held on the server waiting for them to be requested by libpq.
           One complexity is that a statement like SELECT 1/col could error
           out mid-way through the result set.
-

+    

    +      
  • Fix SSL retry to avoid useless repeated connection attempts and
  • +          ensuing misleading error messages
    +    
       
     
     

    Triggers