Skip to content

Commit 725ab82

Browse files
committed
Add:
> * Fix SSL retry to avoid useless repeated connection attempts and > ensuing misleading error messages
1 parent b65b2ce commit 725ab82

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

doc/TODO

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer: Bruce Momjian (bruce@momjian.us)
5-
Last updated: Mon Oct 2 19:25:57 EDT 2006
5+
Last updated: Mon Oct 2 20:00:14 EDT 2006
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -794,6 +794,8 @@ Clients
794794
held on the server waiting for them to be requested by libpq.
795795
One complexity is that a statement like SELECT 1/col could error
796796
out mid-way through the result set.
797+
* Fix SSL retry to avoid useless repeated connection attempts and
798+
ensuing misleading error messages
797799

798800

799801
Triggers

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Mon Oct 2 19:25:57 EDT 2006
11+
Last updated: Mon Oct 2 20:00:14 EDT 2006
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -720,7 +720,10 @@ <h1><a name="section_9">Clients</a></h1>
720720
held on the server waiting for them to be requested by libpq.
721721
One complexity is that a statement like SELECT 1/col could error
722722
out mid-way through the result set.
723-
</p>
723+
</p><ul>
724+
<li>Fix SSL retry to avoid useless repeated connection attempts and
725+
ensuing misleading error messages
726+
</li></ul>
724727
</li></ul>
725728
</li></ul>
726729
<h1><a name="section_10">Triggers</a></h1>

0 commit comments

Comments
 (0)