File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
PostgreSQL TODO List
2
2
====================
3
3
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
5
5
6
6
The most recent version of this document can be viewed at
7
7
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1669,6 +1669,11 @@ Source Code
1669
1669
o Allow psql to use readline once non-US code pages work with
1670
1670
backslashes
1671
1671
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
+
1672
1677
o Improve signal handling
1673
1678
1674
1679
http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< 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
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< 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>
1447
1447
</ li > < li > Allow psql to use readline once non-US code pages work with
1448
1448
backslashes
1449
1449
</ 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 >
1450
1454
</ li > < li > Improve signal handling
1451
1455
< p > < a href ="http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php "> http://archives.postgresql.org/pgsql-patches/2005-06/msg00027.php</ a >
1452
1456
</ p >
You can’t perform that action at this time.
0 commit comments