From: Bruce Momjian Date: Sat, 5 Jan 2002 04:03:47 +0000 (+0000) Subject: Spelling fix: X-Git-Tag: REL7_2_BETA5~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f3efaf892ee14fa771d023e7b3b02c4af2b37d84;p=postgresql Spelling fix: < * Consider use of open/fctl(O_DIRECT) to minimize OS caching --- > * Consider use of open/fcntl(O_DIRECT) to minimize OS caching --- diff --git a/doc/TODO b/doc/TODO index d2c916e15a..19466898a6 100644 --- a/doc/TODO +++ b/doc/TODO @@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Fri Jan 4 16:32:12 EST 2002 +Last updated: Fri Jan 4 23:03:33 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -359,7 +359,7 @@ CACHE * Shared catalog cache, reduce lseek()'s by caching table size in shared area * Add free-behind capability for large sequential scans (Bruce) * Allow binding query args over FE/BE protocol -* Consider use of open/fctl(O_DIRECT) to minimize OS caching +* Consider use of open/fcntl(O_DIRECT) to minimize OS caching * Make blind writes go through the file descriptor cache VACUUM