]> granicus.if.org Git - postgresql/commitdiff
Add:
authorBruce Momjian <bruce@momjian.us>
Fri, 3 Dec 2004 02:24:01 +0000 (02:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 3 Dec 2004 02:24:01 +0000 (02:24 +0000)
> * Fix priority ordering of read and write light-weight locks (Neil)

doc/TODO

index 80e03346240130b5414867817d84746ac589c08b..768cabcfee03a05c7068400fac996c02e68df7a2 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 TODO list for PostgreSQL
 ========================
 Current maintainer:    Bruce Momjian (pgman@candle.pha.pa.us)
-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