No longer needed:
authorBruce Momjian
Wed, 12 Oct 2005 14:06:46 +0000 (14:06 +0000)
committerBruce Momjian
Wed, 12 Oct 2005 14:06:46 +0000 (14:06 +0000)
<
< * 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/TODO
doc/src/FAQ/TODO.html

index f192d7dee88710290298235156774e69ced55fc2..fb48809f9964972e963ddb63fe630f900d6e607b 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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.
@@ -870,14 +870,6 @@ Vacuum
 Locking
 =======
 
-* 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.
-
 * Fix priority ordering of read and write light-weight locks (Neil)
 
 
index b9babd8d8975695223ff8ce70fa94ffa3fabc4d2..7118b3cb66c48eb7191ed67c73d295726dc661ed 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

-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

 
 
    -  
  • 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.
    -

    -  
  • Fix priority ordering of read and write light-weight locks (Neil)
  • +  
  • Fix priority ordering of read and write light-weight locks (Neil)
  •  
     

    Startup Time Improvements