]> granicus.if.org Git - postgresql/commitdiff
Document SMP detection code.
authorBruce Momjian <bruce@momjian.us>
Tue, 22 Jan 2002 22:15:07 +0000 (22:15 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 22 Jan 2002 22:15:07 +0000 (22:15 +0000)
doc/TODO

index 50928ed9d544b88f853695bdcaa485a6d9cd2284..b3f17ad5e58e866871c91cd0e16a49dbf8e3ac15 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
 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)
 
@@ -387,6 +387,7 @@ LOCKING
 
 * Make locking of shared data structures more fine-grained
 * 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
 * -Improve spinlock code [performance] (Tom)