diff options
| author | Bruce Momjian | 2002-01-05 04:03:47 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2002-01-05 04:03:47 +0000 |
| commit | f3efaf892ee14fa771d023e7b3b02c4af2b37d84 (patch) | |
| tree | 3de0e7b4ebaecdff7cc6b1e1abf9aebb2c978cef | |
| parent | 3ef4925fdcf41095940e4daa9d6f427ebf9fa9e1 (diff) | |
Spelling fix:
< * Consider use of open/fctl(O_DIRECT) to minimize OS caching
---
> * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
| -rw-r--r-- | doc/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
