We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef4925 commit f3efaf8Copy full SHA for f3efaf8
doc/TODO
@@ -1,6 +1,6 @@
1
TODO list for PostgreSQL
2
========================
3
-Last updated: Fri Jan 4 16:32:12 EST 2002
+Last updated: Fri Jan 4 23:03:33 EST 2002
4
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
@@ -359,7 +359,7 @@ CACHE
359
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
360
* Add free-behind capability for large sequential scans (Bruce)
361
* Allow binding query args over FE/BE protocol
362
-* Consider use of open/fctl(O_DIRECT) to minimize OS caching
+* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
363
* Make blind writes go through the file descriptor cache
364
365
VACUUM
0 commit comments