aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-11-19 17:35:40 +0000
committerBruce Momjian <bruce@momjian.us>2003-11-19 17:35:40 +0000
commit5b2cbc88bc9747241d00e774e444124ece91bdbd (patch)
treef0db7914401b52b3458171dd78cf2a954824432e
parent0b0f9c62e8e9c5e1cb97bf9e372b640facfccc96 (diff)
downloadpostgresql-5b2cbc88bc9747241d00e774e444124ece91bdbd.tar.gz
postgresql-5b2cbc88bc9747241d00e774e444124ece91bdbd.zip
Mark item as done, update description for 7.5:
< A dash (-) marks changes that will appear in the upcoming 7.4 release. > A dash (-) marks changes that will appear in the upcoming 7.5 release. 437c437 < * Use background process to write dirty shared buffers to disk > * -Use background process to write dirty shared buffers to disk
-rw-r--r--doc/TODO8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/TODO b/doc/TODO
index 691ef335639..5c0f778dfb2 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,13 +1,13 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Nov 19 12:33:55 EST 2003
+Last updated: Wed Nov 19 12:35:29 EST 2003
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
The most recent version of this document can be viewed at
the PostgreSQL web site, http://www.PostgreSQL.org.
-A dash (-) marks changes that will appear in the upcoming 7.4 release.
+A dash (-) marks changes that will appear in the upcoming 7.5 release.
Bracketed items "[]" have more detailed.
@@ -434,7 +434,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
+* -Use background process to write dirty shared buffers to disk
Source Code
@@ -458,7 +458,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.1170 2003/11/19 17:34:01 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1170 2003/11/19 17:34:01 momjian Exp $
+* Change CVS $Id: TODO,v 1.1171 2003/11/19 17:35:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1171 2003/11/19 17:35:40 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