summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2004-12-03 02:24:01 +0000
committerBruce Momjian2004-12-03 02:24:01 +0000
commit28c8c99ac6ca92e98050b3bf54dfb18f2d882afc (patch)
tree0cf768c11930daa26728b428f1465d7d4aee4351
parent9ef75bb21c5190a8f1924adfd2f77694852f7424 (diff)
Add:
> * Fix priority ordering of read and write light-weight locks (Neil)
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 80e03346240..768cabcfee0 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
TODO list for PostgreSQL
========================
Current maintainer: Bruce Momjian ([email protected])
-Last updated: Thu Dec 2 18:11:16 EST 2004
+Last updated: Thu Dec 2 21:23:52 EST 2004
The most recent version of this document can be viewed at the PostgreSQL web
site, http://www.PostgreSQL.org.
@@ -740,6 +740,7 @@ Locking
caused by CPU cache line invalidation inefficiencies.
* Research use of sched_yield() for spinlock acquisition failure
+* Fix priority ordering of read and write light-weight locks (Neil)
Startup Time