Skip to content

Commit f3efaf8

Browse files
committed
Spelling fix:
< * Consider use of open/fctl(O_DIRECT) to minimize OS caching --- > * Consider use of open/fcntl(O_DIRECT) to minimize OS caching
1 parent 3ef4925 commit f3efaf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/TODO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Fri Jan 4 16:32:12 EST 2002
3+
Last updated: Fri Jan 4 23:03:33 EST 2002
44

55
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
66

@@ -359,7 +359,7 @@ CACHE
359359
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
360360
* Add free-behind capability for large sequential scans (Bruce)
361361
* Allow binding query args over FE/BE protocol
362-
* Consider use of open/fctl(O_DIRECT) to minimize OS caching
362+
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
363363
* Make blind writes go through the file descriptor cache
364364

365365
VACUUM

0 commit comments

Comments
 (0)