mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
Spelling fix:
< * Consider use of open/fctl(O_DIRECT) to minimize OS caching --- > * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
This commit is contained in:
parent
3ef4925fdc
commit
f3efaf892e
4
doc/TODO
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user