diff options
author | Bruce Momjian <bruce@momjian.us> | 2008-04-16 17:25:56 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2008-04-16 17:25:56 +0000 |
commit | 54495e387fd99443eb340c5aa2e9b5e7e01de3da (patch) | |
tree | 9a39372707a3dbcb50b412494112ed84cef0cf4f | |
parent | e8d11ade56c2c12bcb336ccdd067355ffcd62184 (diff) | |
download | postgresql-54495e387fd99443eb340c5aa2e9b5e7e01de3da.tar.gz postgresql-54495e387fd99443eb340c5aa2e9b5e7e01de3da.zip |
Add to TODO:
> * Implement the non-threaded Avahi service discovery protocol
> http://archives.postgresql.org/pgsql-hackers/2008-02/msg00939.php
> http://archives.postgresql.org/pgsql-patches/2008-02/msg00097.php
> http://archives.postgresql.org/pgsql-hackers/2008-03/msg01211.php
> http://archives.postgresql.org/pgsql-patches/2008-04/msg00001.php
-rw-r--r-- | doc/TODO | 7 | ||||
-rw-r--r-- | doc/src/FAQ/TODO.html | 8 |
2 files changed, 13 insertions, 2 deletions
@@ -1,7 +1,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Apr 15 17:39:12 EDT 2008 +Last updated: Wed Apr 16 13:25:50 EDT 2008 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1925,7 +1925,12 @@ Source Code http://archives.postgresql.org/pgsql-hackers/2008-01/msg00656.php +* Implement the non-threaded Avahi service discovery protocol + http://archives.postgresql.org/pgsql-hackers/2008-02/msg00939.php + http://archives.postgresql.org/pgsql-patches/2008-02/msg00097.php + http://archives.postgresql.org/pgsql-hackers/2008-03/msg01211.php + http://archives.postgresql.org/pgsql-patches/2008-04/msg00001.php * Win32 diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 8a51c2f9af6..7363e03c980 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@ <body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF"> <h1><a name="section_1">PostgreSQL TODO List</a></h1> <p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/> -Last updated: Tue Apr 15 17:39:12 EDT 2008 +Last updated: Wed Apr 16 13:25:50 EDT 2008 </p> <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>. @@ -1654,6 +1654,12 @@ first. There is also a developer's wiki at<br/> FreeBSD jails <p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00656.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00656.php</a> </p> + </li><li>Implement the non-threaded Avahi service discovery protocol +<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00939.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00939.php</a> + <a href="http://archives.postgresql.org/pgsql-patches/2008-02/msg00097.php">http://archives.postgresql.org/pgsql-patches/2008-02/msg00097.php</a> + <a href="http://archives.postgresql.org/pgsql-hackers/2008-03/msg01211.php">http://archives.postgresql.org/pgsql-hackers/2008-03/msg01211.php</a> + <a href="http://archives.postgresql.org/pgsql-patches/2008-04/msg00001.php">http://archives.postgresql.org/pgsql-patches/2008-04/msg00001.php</a> +</p> </li><li>Win32 <ul> <li>Remove configure.in check for link failure when cause is found |