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 2
2
PostgreSQL TODO List
3
3
====================
4
4
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
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -794,6 +794,8 @@ Clients
794
794
held on the server waiting for them to be requested by libpq.
795
795
One complexity is that a statement like SELECT 1/col could error
796
796
out mid-way through the result set.
797
+ * Fix SSL retry to avoid useless repeated connection attempts and
798
+ ensuing misleading error messages
797
799
798
800
799
801
Triggers
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
720
720
held on the server waiting for them to be requested by libpq.
721
721
One complexity is that a statement like SELECT 1/col could error
722
722
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 >
724
727
</ li > </ ul >
725
728
</ li > </ ul >
726
729
< h1 > < a name ="section_10 "> Triggers</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments