diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-05-17 22:42:54 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-05-17 22:42:54 +0000 |
commit | a11d4b8bea36d0023b28535a94481b121a5dddd2 (patch) | |
tree | 40b802d7c0c128b6b3d41a751fdc8ce395a47182 | |
parent | 9c326ad6bc87bab1431082a1a919d7c9423b8956 (diff) | |
download | postgresql-a11d4b8bea36d0023b28535a94481b121a5dddd2.tar.gz postgresql-a11d4b8bea36d0023b28535a94481b121a5dddd2.zip |
Add:
>
> * Fix problem with excessive logging during SSL disconnection
>
> http://archives.postgresql.org/pgsql-bugs/2006-12/msg00122.php
> http://archives.postgresql.org/pgsql-bugs/2007-05/msg00065.php
-rw-r--r-- | doc/TODO | 7 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 6 |
2 files changed, 11 insertions, 2 deletions
@@ -2,7 +2,7 @@ z PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Mon May 14 22:36:37 EDT 2007 +Last updated: Thu May 17 18:42:49 EDT 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1490,6 +1490,11 @@ Source Code http://archives.postgresql.org/pgsql-patches/2007-05/msg00046.php +* Fix problem with excessive logging during SSL disconnection + + http://archives.postgresql.org/pgsql-bugs/2006-12/msg00122.php + http://archives.postgresql.org/pgsql-bugs/2007-05/msg00065.php + * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 149a75619cd..de43b8e2953 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -10,7 +10,7 @@ PostgreSQL TODO List </p><hr/> Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Mon May 14 22:36:37 EDT 2007 +Last updated: Thu May 17 18:42:49 EDT 2007 <p>The most recent version of this document can be viewed at<br/> <a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>. @@ -1325,6 +1325,10 @@ first. There is also a developer's wiki at<br/> </li><li>Have configure choose integer datetimes by default <p> <a href="http://archives.postgresql.org/pgsql-patches/2007-05/msg00046.php">http://archives.postgresql.org/pgsql-patches/2007-05/msg00046.php</a> </p> + </li><li>Fix problem with excessive logging during SSL disconnection +<p> <a href="http://archives.postgresql.org/pgsql-bugs/2006-12/msg00122.php">http://archives.postgresql.org/pgsql-bugs/2006-12/msg00122.php</a> + <a href="http://archives.postgresql.org/pgsql-bugs/2007-05/msg00065.php">http://archives.postgresql.org/pgsql-bugs/2007-05/msg00065.php</a> +</p> </li><li>Win32 <ul> <li>Remove configure.in check for link failure when cause is found |