mirror of
https://github.com/postgres/postgres.git
synced 2025-06-01 00:01:20 -04:00
Add:
> * Fix priority ordering of read and write light-weight locks (Neil)
This commit is contained in:
parent
9ef75bb21c
commit
28c8c99ac6
3
doc/TODO
3
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
TODO list for PostgreSQL
|
TODO list for PostgreSQL
|
||||||
========================
|
========================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
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
|
The most recent version of this document can be viewed at the PostgreSQL web
|
||||||
site, http://www.PostgreSQL.org.
|
site, http://www.PostgreSQL.org.
|
||||||
@ -740,6 +740,7 @@ Locking
|
|||||||
caused by CPU cache line invalidation inefficiencies.
|
caused by CPU cache line invalidation inefficiencies.
|
||||||
|
|
||||||
* Research use of sched_yield() for spinlock acquisition failure
|
* Research use of sched_yield() for spinlock acquisition failure
|
||||||
|
* Fix priority ordering of read and write light-weight locks (Neil)
|
||||||
|
|
||||||
|
|
||||||
Startup Time
|
Startup Time
|
||||||
|
Loading…
x
Reference in New Issue
Block a user