diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-10-08 19:33:53 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-10-08 19:33:53 +0000 |
commit | d5ea0d5ecbf5bdae53a2d1a20cb8a4065c626c80 (patch) | |
tree | ca87cb728f83b2cbe63aa11633511fb4b2d49163 | |
parent | c99a41be95734eb7b10924dc0307cb39afd73a93 (diff) | |
download | postgresql-d5ea0d5ecbf5bdae53a2d1a20cb8a4065c626c80.tar.gz postgresql-d5ea0d5ecbf5bdae53a2d1a20cb8a4065c626c80.zip |
Add:
> * Use background process to write dirty shared buffers to disk
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Sat Oct 4 14:19:54 EDT 2003 +Last updated: Wed Oct 8 15:33:48 EDT 2003 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -477,6 +477,7 @@ Miscellaneous * Improve caching of attribute offsets when NULLs exist in the row * Add a script to ask system configuration questions and tune postgresql.conf * Allow partitioning of table into multiple subtables +* Use background process to write dirty shared buffers to disk Source Code @@ -502,7 +503,7 @@ Source Code * Acquire lock on a relation before building a relcache entry for it * Research interaction of setitimer() and sleep() used by statement_timeout * Add checks for fclose() failure -* Change CVS $Id: TODO,v 1.1142 2003/10/04 18:19:57 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1142 2003/10/04 18:19:57 momjian Exp $ +* Change CVS $Id: TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $ * Exit postmaster if postgresql.conf can not be opened * Rename /scripts directory because they are all C programs now * Allow the regression tests to start postmaster with -i so the tests |