Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a690d09

Browse files
committed
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 >
1 parent ef34846 commit a690d09

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PostgreSQL TODO List
22
====================
33
Current maintainer: Bruce Momjian (bruce@momjian.us)
4-
Last updated: Wed Mar 12 14:32:20 EDT 2008
4+
Last updated: Wed Mar 12 14:33:47 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1669,6 +1669,11 @@ Source Code
16691669
o Allow psql to use readline once non-US code pages work with
16701670
backslashes
16711671
o Fix problem with shared memory on the Win32 Terminal Server
1672+
o Diagnose problem where shared memory can sometimes not be
1673+
attached by postmaster children
1674+
1675+
http://archives.postgresql.org/pgsql-general/2007-08/msg01377.php
1676+
16721677
o Improve signal handling
16731678

16741679
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php

doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
99
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
11-
Last updated: Wed Mar 12 14:32:20 EDT 2008
11+
Last updated: Wed Mar 12 14:33:47 EDT 2008
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
@@ -1447,6 +1447,10 @@ <h1><a name="section_22">Source Code</a></h1>
14471447
</li><li>Allow psql to use readline once non-US code pages work with
14481448
backslashes
14491449
</li><li>Fix problem with shared memory on the Win32 Terminal Server
1450+
</li><li>Diagnose problem where shared memory can sometimes not be
1451+
attached by postmaster children
1452+
<p> <a href="http://archives.postgresql.org/pgsql-general/2007-08/msg01377.php">http://archives.postgresql.org/pgsql-general/2007-08/msg01377.php</a>
1453+
</p>
14501454
</li><li>Improve signal handling
14511455
<p> <a href="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php">http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</a>
14521456
</p>

0 commit comments

Comments
 (0)