From: Bruce Momjian
Date: Tue, 3 Oct 2006 00:00:18 +0000 (+0000)
Subject: Add:
X-Git-Tag: REL8_2_BETA2~146
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=725ab82975c7ec95b273a8239397a2cb861215b4;p=thirdparty%2Fpostgresql.git
Add:
> * Fix SSL retry to avoid useless repeated connection attempts and
> ensuing misleading error messages
---
diff --git a/doc/TODO b/doc/TODO
index 86d3ff8bd55..eb90f1ab98b 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: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
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 6f8c1edfc5b..b7bc55aefa3 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -8,7 +8,7 @@
Current maintainer: Bruce Momjian (bruce@momjian.us)
-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
+