Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 973e625

Browse files
committed
Update:
> * Add free-behind capability for large sequential scans (fadvise)
1 parent fec809c commit 973e625

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/TODO

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Nov 8 23:23:47 EST 2003
3+
Last updated: Tue Nov 11 19:25:31 EST 2003
44

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

@@ -400,7 +400,7 @@ Fsync
400400
Cache
401401
=====
402402
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
403-
* Add free-behind capability for large sequential scans (Bruce)
403+
* Add free-behind capability for large sequential scans (fadvise)
404404
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
405405
* Make blind writes go through the file descriptor cache
406406
* Cache last known per-tuple offsets to speed long tuple access
@@ -521,7 +521,7 @@ Source Code
521521
* Acquire lock on a relation before building a relcache entry for it
522522
* Research interaction of setitimer() and sleep() used by statement_timeout
523523
* Add checks for fclose() failure
524-
* Change CVS $Id: TODO,v 1.1165 2003/11/09 04:23:50 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1165 2003/11/09 04:23:50 momjian Exp $
524+
* Change CVS $Id: TODO,v 1.1166 2003/11/12 00:25:35 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1166 2003/11/12 00:25:35 momjian Exp $
525525
* Exit postmaster if postgresql.conf can not be opened
526526
* Rename /scripts directory because they are all C programs now
527527
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)