aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-02-19 19:06:47 +0000
committerBruce Momjian <bruce@momjian.us>2001-02-19 19:06:47 +0000
commit66858ebc6747a371a18b5f984d3080ced171bd1c (patch)
tree2aa11a7f0bed46da7abbebd25b77ca2cd5644fd9
parente4ecfdd790d8ac3c3e8c2b8dd846b07451ef0c3b (diff)
downloadpostgresql-66858ebc6747a371a18b5f984d3080ced171bd1c.tar.gz
postgresql-66858ebc6747a371a18b5f984d3080ced171bd1c.zip
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 21ba678c718..c8759444d1c 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Feb 19 11:54:59 EST 2001
+Last updated: Mon Feb 19 14:06:37 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -319,6 +319,8 @@ MISC
ANALYZE, and CLUSTER
* Delay fsync() when other backends are about to commit too [fsync]
* Prevent pg_attribute from having duplicate oids for indexes (Tom)
+* Force transactions that commit at near the same time use a single fsync()
+* Make blind writes go through the file descriptor cache
SOURCE CODE
-----------