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

Commit 5b2cbc8

Browse files
committed
Mark item as done, update description for 7.5:
< A dash (-) marks changes that will appear in the upcoming 7.4 release. > A dash (-) marks changes that will appear in the upcoming 7.5 release. 437c437 < * Use background process to write dirty shared buffers to disk > * -Use background process to write dirty shared buffers to disk
1 parent 0b0f9c6 commit 5b2cbc8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/TODO

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
TODO list for PostgreSQL
22
========================
3-
Last updated: Wed Nov 19 12:33:55 EST 2003
3+
Last updated: Wed Nov 19 12:35:29 EST 2003
44

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

77
The most recent version of this document can be viewed at
88
the PostgreSQL web site, http://www.PostgreSQL.org.
99

10-
A dash (-) marks changes that will appear in the upcoming 7.4 release.
10+
A dash (-) marks changes that will appear in the upcoming 7.5 release.
1111

1212
Bracketed items "[]" have more detailed.
1313

@@ -434,7 +434,7 @@ Miscellaneous
434434
* Improve caching of attribute offsets when NULLs exist in the row
435435
* Add a script to ask system configuration questions and tune postgresql.conf
436436
* Allow partitioning of table into multiple subtables
437-
* Use background process to write dirty shared buffers to disk
437+
* -Use background process to write dirty shared buffers to disk
438438

439439

440440
Source Code
@@ -458,7 +458,7 @@ Source Code
458458
* Acquire lock on a relation before building a relcache entry for it
459459
* Research interaction of setitimer() and sleep() used by statement_timeout
460460
* Add checks for fclose() failure
461-
* Change CVS $Id: TODO,v 1.1170 2003/11/19 17:34:01 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1170 2003/11/19 17:34:01 momjian Exp $
461+
* Change CVS $Id: TODO,v 1.1171 2003/11/19 17:35:40 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1171 2003/11/19 17:35:40 momjian Exp $
462462
* Exit postmaster if postgresql.conf can not be opened
463463
* Rename /scripts directory because they are all C programs now
464464
* Allow the regression tests to start postmaster with -i so the tests

0 commit comments

Comments
 (0)