diff options
author | Bruce Momjian | 2004-05-20 04:10:44 +0000 |
---|---|---|
committer | Bruce Momjian | 2004-05-20 04:10:44 +0000 |
commit | 3e485d0ea17fd76d85b99fb8d8f8030e6211d0ac (patch) | |
tree | 64a71911fb085bf31ad4b1e2854e3bf9ac3e923c | |
parent | 4714dcb06c8e77a05b919c1770d4c27cef08d508 (diff) |
Add:
> * Investigate SMP context switching issues
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Wed May 19 23:27:13 EDT 2004 +Last updated: Thu May 20 00:10:44 EDT 2004 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -448,6 +448,7 @@ Miscellaneous * Add a script to ask system configuration questions and tune postgresql.conf * Allow partitioning of table into multiple subtables * -Use background process to write dirty shared buffers to disk +* Investigate SMP context switching issues Source Code |