aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-22 22:15:07 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-22 22:15:07 +0000
commitf898e60ec9db8a6a836cc1e006a72b53555bf6c1 (patch)
tree81c42e22d0a3a7af8424bccb25097537b3806b25
parente7e25b2d93ef44189bd53e699e1fb4298851f14c (diff)
downloadpostgresql-f898e60ec9db8a6a836cc1e006a72b53555bf6c1.tar.gz
postgresql-f898e60ec9db8a6a836cc1e006a72b53555bf6c1.zip
Document SMP detection code.
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 50928ed9d54..b3f17ad5e58 100644
--- 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)