mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Add for Win32 TODO:
> o Diagnose problem where shared memory can sometimes not be > attached by postmaster children > > http://archives.postgresql.org/pgsql-general/2007-08/msg01377.php >
This commit is contained in:
parent
ef34846cd1
commit
a690d09aab
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: Wed Mar 12 14:32:20 EDT 2008
|
Last updated: Wed Mar 12 14:33:47 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.
|
||||||
@ -1669,6 +1669,11 @@ Source Code
|
|||||||
o Allow psql to use readline once non-US code pages work with
|
o Allow psql to use readline once non-US code pages work with
|
||||||
backslashes
|
backslashes
|
||||||
o Fix problem with shared memory on the Win32 Terminal Server
|
o Fix problem with shared memory on the Win32 Terminal Server
|
||||||
|
o Diagnose problem where shared memory can sometimes not be
|
||||||
|
attached by postmaster children
|
||||||
|
|
||||||
|
http://archives.postgresql.org/pgsql-general/2007-08/msg01377.php
|
||||||
|
|
||||||
o Improve signal handling
|
o Improve signal handling
|
||||||
|
|
||||||
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
|
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
|
||||||
|
@ -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: Wed Mar 12 14:32:20 EDT 2008
|
Last updated: Wed Mar 12 14:33:47 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>.
|
||||||
@ -1447,6 +1447,10 @@ first. There is also a developer's wiki at<br/>
|
|||||||
</li><li>Allow psql to use readline once non-US code pages work with
|
</li><li>Allow psql to use readline once non-US code pages work with
|
||||||
backslashes
|
backslashes
|
||||||
</li><li>Fix problem with shared memory on the Win32 Terminal Server
|
</li><li>Fix problem with shared memory on the Win32 Terminal Server
|
||||||
|
</li><li>Diagnose problem where shared memory can sometimes not be
|
||||||
|
attached by postmaster children
|
||||||
|
<p> <a href="http://archives.postgresql.org/pgsql-general/2007-08/msg01377.php">http://archives.postgresql.org/pgsql-general/2007-08/msg01377.php</a>
|
||||||
|
</p>
|
||||||
</li><li>Improve signal handling
|
</li><li>Improve signal handling
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php">http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php">http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</a>
|
||||||
</p>
|
</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user