diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-01-22 22:22:34 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-01-22 22:22:34 +0000 |
commit | a7b724105971697bb154feb5edf153c75ba4c1aa (patch) | |
tree | 41a9e468068c804c180aa40e8b908b45cf7ada8a | |
parent | f898e60ec9db8a6a836cc1e006a72b53555bf6c1 (diff) | |
download | postgresql-a7b724105971697bb154feb5edf153c75ba4c1aa.tar.gz postgresql-a7b724105971697bb154feb5edf153c75ba4c1aa.zip |
Clarify URL:
< http://www1.distributed.net/source, in client/common/cpucheck.cpp
---
> from distributted.net, http://www1.distributed.net/source,
> in client/common/cpucheck.cpp
-rw-r--r-- | doc/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,6 @@ TODO list for PostgreSQL ======================== -Last updated: Tue Jan 22 17:14:43 EST 2002 +Last updated: Tue Jan 22 17:22:16 EST 2002 Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) @@ -387,7 +387,8 @@ 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 + from distributted.net, http://www1.distributed.net/source, + in client/common/cpucheck.cpp * Research use of sched_yield() for spinlock acquisition failure * -Improve spinlock code [performance] (Tom) |