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

Commit d5ea0d5

Browse files
committed
Add:
> * Use background process to write dirty shared buffers to disk
1 parent c99a41b commit d5ea0d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/TODO

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Sat Oct 4 14:19:54 EDT 2003
3+
Last updated: Wed Oct 8 15:33:48 EDT 2003
44

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

@@ -477,6 +477,7 @@ Miscellaneous
477477
* Improve caching of attribute offsets when NULLs exist in the row
478478
* Add a script to ask system configuration questions and tune postgresql.conf
479479
* Allow partitioning of table into multiple subtables
480+
* Use background process to write dirty shared buffers to disk
480481

481482

482483
Source Code
@@ -502,7 +503,7 @@ Source Code
502503
* Acquire lock on a relation before building a relcache entry for it
503504
* Research interaction of setitimer() and sleep() used by statement_timeout
504505
* Add checks for fclose() failure
505-
* Change CVS $Id: TODO,v 1.1142 2003/10/04 18:19:57 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1142 2003/10/04 18:19:57 momjian Exp $
506+
* Change CVS $Id: TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1143 2003/10/08 19:33:53 momjian Exp $
506507
* Exit postmaster if postgresql.conf can not be opened
507508
* Rename /scripts directory because they are all C programs now
508509
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)