From ac4ad7bf2cba435cf6301d3f6317d604dad920a0 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 11 Feb 2004 17:04:04 +0000
Subject: [PATCH] Does not apply anymore:

< * Make blind writes go through the file descriptor cache
---
 doc/TODO | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/doc/TODO b/doc/TODO
index ae1642daf84..f948f7ba7eb 100644
--- 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
-- 
GitLab