From: Bruce Momjian Date: Tue, 22 Jan 2002 22:22:34 +0000 (+0000) Subject: Clarify URL: X-Git-Tag: REL7_2_RC2~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7b724105971697bb154feb5edf153c75ba4c1aa;p=postgresql 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 --- diff --git a/doc/TODO b/doc/TODO index b3f17ad5e5..faeaab2732 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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)