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

Commit 664be84

Browse files
committed
Update TODO.detail syntax:
< * Add free-behind capability for large sequential scans (fadvise) > * Add free-behind capability for large sequential scans [fadvise]
1 parent 9878fe2 commit 664be84

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: Mon Dec 8 08:04:13 EST 2003
3+
Last updated: Sat Dec 13 15:01:57 EST 2003
44

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

@@ -351,7 +351,7 @@ Fsync
351351
Cache
352352
=====
353353
* Shared catalog cache, reduce lseek()'s by caching table size in shared area
354-
* Add free-behind capability for large sequential scans (fadvise)
354+
* Add free-behind capability for large sequential scans [fadvise]
355355
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
356356
* Make blind writes go through the file descriptor cache
357357
* Cache last known per-tuple offsets to speed long tuple access
@@ -461,7 +461,7 @@ Source Code
461461
* Acquire lock on a relation before building a relcache entry for it
462462
* Research interaction of setitimer() and sleep() used by statement_timeout
463463
* Add checks for fclose() failure
464-
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1179 2003/12/08 13:04:14 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1179 2003/12/08 13:04:14 momjian Exp $
464+
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1180 2003/12/13 20:02:01 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1180 2003/12/13 20:02:01 momjian Exp $
465465
* Exit postmaster if postgresql.conf can not be opened
466466
* Rename /scripts directory because they are all C programs now
467467
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)