File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
TODO list for PostgreSQL
2
2
========================
3
- Last updated: Mon Dec 8 08:04:13 EST 2003
3
+ Last updated: Sat Dec 13 15:01:57 EST 2003
4
4
5
5
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
6
6
@@ -351,7 +351,7 @@ Fsync
351
351
Cache
352
352
=====
353
353
* 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]
355
355
* Consider use of open/fcntl(O_DIRECT) to minimize OS caching
356
356
* Make blind writes go through the file descriptor cache
357
357
* Cache last known per-tuple offsets to speed long tuple access
@@ -461,7 +461,7 @@ Source Code
461
461
* Acquire lock on a relation before building a relcache entry for it
462
462
* Research interaction of setitimer() and sleep() used by statement_timeout
463
463
* 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 $
465
465
* Exit postmaster if postgresql.conf can not be opened
466
466
* Rename /scripts directory because they are all C programs now
467
467
* Allow the regression tests to start postmaster with -i so the tests
You can’t perform that action at this time.
0 commit comments