mirror of
https://github.com/postgres/postgres.git
synced 2025-06-05 00:02:04 -04:00
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
This commit is contained in:
parent
e8d11ade56
commit
54495e387f
7
doc/TODO
7
doc/TODO
@ -1,7 +1,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
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
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -1925,7 +1925,12 @@ Source Code
|
|||||||
|
|
||||||
http://archives.postgresql.org/pgsql-hackers/2008-01/msg00656.php
|
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
|
* Win32
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<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/>
|
<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>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<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>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -1653,6 +1653,12 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</li><li>Improve detection of shared memory segments being used by other
|
</li><li>Improve detection of shared memory segments being used by other
|
||||||
FreeBSD jails
|
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> <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>
|
</p>
|
||||||
</li><li>Win32
|
</li><li>Win32
|
||||||
<ul>
|
<ul>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user