From 0a28eb46220d1554b8f0e2bdbc52714c90f20f64 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 12 Oct 2005 14:06:46 +0000 Subject: No longer needed: < < * Add code to detect an SMP machine and handle spinlocks accordingly < from distributted.net, http://www1.distributed.net/source, < in client/common/cpucheck.cpp < < On SMP machines, it is possible that locks might be released shortly, < while on non-SMP machines, the backend should sleep so the process < holding the lock can complete and release it. --- doc/src/FAQ/TODO.html | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'doc/src') diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index b9babd8d897..7118b3cb66c 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
-Last updated: Wed Oct 12 09:41:01 EDT 2005 +Last updated: Wed Oct 12 10:06:44 EDT 2005

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -787,14 +787,7 @@ first.

Locking

Startup Time Improvements

-- cgit v1.2.3