Skip to content
Snippets Groups Projects
Commit f3efaf89 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Spelling fix:

< * Consider use of open/fctl(O_DIRECT) to minimize OS caching
---
> * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
parent 3ef4925f
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL 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) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -359,7 +359,7 @@ CACHE ...@@ -359,7 +359,7 @@ CACHE
* Shared catalog cache, reduce lseek()'s by caching table size in shared area * Shared catalog cache, reduce lseek()'s by caching table size in shared area
* Add free-behind capability for large sequential scans (Bruce) * Add free-behind capability for large sequential scans (Bruce)
* Allow binding query args over FE/BE protocol * 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 * Make blind writes go through the file descriptor cache
VACUUM VACUUM
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment