Commit f898e60e authored by Bruce Momjian's avatar Bruce Momjian

Document SMP detection code.

parent e7e25b2d
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Jan 22 16:54:39 EST 2002 Last updated: Tue Jan 22 17:14:43 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -387,6 +387,7 @@ LOCKING ...@@ -387,6 +387,7 @@ LOCKING
* Make locking of shared data structures more fine-grained * Make locking of shared data structures more fine-grained
* Add code to detect an SMP machine and handle spinlocks accordingly * Add code to detect an SMP machine and handle spinlocks accordingly
http://www1.distributed.net/source, in client/common/cpucheck.cpp
* Research use of sched_yield() for spinlock acquisition failure * Research use of sched_yield() for spinlock acquisition failure
* -Improve spinlock code [performance] (Tom) * -Improve spinlock code [performance] (Tom)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment