]> granicus.if.org Git - postgresql/commitdiff
Does not apply anymore:
authorBruce Momjian <bruce@momjian.us>
Wed, 11 Feb 2004 17:04:04 +0000 (17:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 11 Feb 2004 17:04:04 +0000 (17:04 +0000)
< * Make blind writes go through the file descriptor cache

doc/TODO

index ae1642daf84725a9115840b0a7fa447eeec528ff..f948f7ba7ebcba5c2d62ecc2cedb66b3c5d66637 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 TODO list for PostgreSQL
 ========================
-Last updated:          Sat Feb  7 20:17:06 EST 2004
+Last updated:          Wed Feb 11 12:03:58 EST 2004
 
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
 
@@ -358,7 +358,6 @@ Cache
 * Shared catalog cache, reduce lseek()'s by caching table size in shared area
 * Add free-behind capability for large sequential scans [fadvise]
 * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
-* Make blind writes go through the file descriptor cache
 * Cache last known per-tuple offsets to speed long tuple access
 * Automatically place fixed-width, NOT NULL columns first in a table
 * Use a fixed row count and a +/- count with MVCC visibility rules 
@@ -466,7 +465,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 (Tom)
-* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1196 2004/02/08 01:17:09 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1196 2004/02/08 01:17:09 momjian Exp $
+* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1197 2004/02/11 17:04:04 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1197 2004/02/11 17:04:04 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