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

Commit 9c9732e

Browse files
committed
Update TODO wording:
< * Improve detection of shared memory segments being used by other < FreeBSD jails > * Improve detection of shared memory segments being used by others > by checking the SysV shared memory field 'nattch' > http://archives.postgresql.org/pgsql-hackers/2008-01/msg00673.php
1 parent b4362ee commit 9c9732e

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

doc/TODO

+4-3
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 May 7 21:49:36 EDT 2008
4+
Last updated: Wed May 7 22:24:00 EDT 2008
55

66
The most recent version of this document can be viewed at
77
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -1948,10 +1948,11 @@ Source Code
19481948

19491949
http://archives.postgresql.org/pgsql-hackers/2007-10/msg00851.php
19501950

1951-
* Improve detection of shared memory segments being used by other
1952-
FreeBSD jails
1951+
* Improve detection of shared memory segments being used by others
1952+
by checking the SysV shared memory field 'nattch'
19531953

19541954
http://archives.postgresql.org/pgsql-hackers/2008-01/msg00656.php
1955+
http://archives.postgresql.org/pgsql-hackers/2008-01/msg00673.php
19551956

19561957
* Implement the non-threaded Avahi service discovery protocol
19571958

doc/src/FAQ/TODO.html

+4-3
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 May 7 21:49:36 EDT 2008
11+
Last updated: Wed May 7 22:24:00 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>.
@@ -1676,9 +1676,10 @@ <h1><a name="section_22">Source Code</a></h1>
16761676
</li><li>Remove old-style routines for manipulating tuples
16771677
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2007-10/msg00851.php">http://archives.postgresql.org/pgsql-hackers/2007-10/msg00851.php</a>
16781678
</p>
1679-
</li><li>Improve detection of shared memory segments being used by other
1680-
FreeBSD jails
1679+
</li><li>Improve detection of shared memory segments being used by others
1680+
by checking the SysV shared memory field 'nattch'
16811681
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00656.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00656.php</a>
1682+
<a href="http://archives.postgresql.org/pgsql-hackers/2008-01/msg00673.php">http://archives.postgresql.org/pgsql-hackers/2008-01/msg00673.php</a>
16821683
</p>
16831684
</li><li>Implement the non-threaded Avahi service discovery protocol
16841685
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2008-02/msg00939.php">http://archives.postgresql.org/pgsql-hackers/2008-02/msg00939.php</a>

0 commit comments

Comments
 (0)