Commit 8db9ba18 authored by Bruce Momjian's avatar Bruce Momjian
parent c7e8d0f3
PostgreSQL TODO List PostgreSQL TODO List
==================== ====================
Current maintainer: Bruce Momjian (bruce@momjian.us) Current maintainer: Bruce Momjian (bruce@momjian.us)
Last updated: Wed Dec 12 01:59:39 EST 2007 Last updated: Wed Dec 12 02:06:19 EST 2007
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.
...@@ -1345,6 +1345,7 @@ Miscellaneous Performance ...@@ -1345,6 +1345,7 @@ Miscellaneous Performance
results coming back asynchronously. results coming back asynchronously.
http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php
http://archives.postgresql.org/pgsql-hackers/2007-12/msg00027.php
* Use mmap() rather than SYSV shared memory or to write WAL files? * Use mmap() rather than SYSV shared memory or to write WAL files?
......
...@@ -8,7 +8,7 @@ ...@@ -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 Dec 12 01:59:39 EST 2007 Last updated: Wed Dec 12 02:06:19 EST 2007
</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>.
...@@ -1191,6 +1191,7 @@ first. There is also a developer's wiki at<br/> ...@@ -1191,6 +1191,7 @@ first. There is also a developer's wiki at<br/>
results coming back asynchronously. results coming back asynchronously.
</p> </p>
<p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php</a> <p> <a href="http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php">http://archives.postgresql.org/pgsql-hackers/2006-10/msg00820.php</a>
<a href="http://archives.postgresql.org/pgsql-hackers/2007-12/msg00027.php">http://archives.postgresql.org/pgsql-hackers/2007-12/msg00027.php</a>
</p> </p>
</li><li>Use mmap() rather than SYSV shared memory or to write WAL files? </li><li>Use mmap() rather than SYSV shared memory or to write WAL files?
<p> This would remove the requirement for SYSV SHM but would introduce <p> This would remove the requirement for SYSV SHM but would introduce
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment