File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 22PostgreSQL TODO List
33====================
44Current 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
77The most recent version of this document can be viewed at
88http://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
799801Triggers
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments