File tree Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Expand file tree Collapse file tree 2 files changed +3
-18
lines changed Original file line number Diff line number Diff line change 2
2
PostgreSQL TODO List
3
3
====================
4
4
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
5
- Last updated: Wed Oct 12 09:41:01 EDT 2005
5
+ Last updated: Wed Oct 12 10:06:44 EDT 2005
6
6
7
7
The most recent version of this document can be viewed at
8
8
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -870,14 +870,6 @@ Vacuum
870
870
Locking
871
871
=======
872
872
873
- * Add code to detect an SMP machine and handle spinlocks accordingly
874
- from distributted.net, http://www1.distributed.net/source,
875
- in client/common/cpucheck.cpp
876
-
877
- On SMP machines, it is possible that locks might be released shortly,
878
- while on non-SMP machines, the backend should sleep so the process
879
- holding the lock can complete and release it.
880
-
881
873
* Fix priority ordering of read and write light-weight locks (Neil)
882
874
883
875
Original file line number Diff line number Diff line change 8
8
< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
9
9
< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
10
10
< p > Current maintainer: Bruce Momjian (< a href ="mailto:pgman@candle.pha.pa.us "> pgman@candle.pha.pa.us</ a > )< br />
11
- Last updated: Wed Oct 12 09:41:01 EDT 2005
11
+ Last updated: Wed Oct 12 10:06:44 EDT 2005
12
12
</ p >
13
13
< p > The most recent version of this document can be viewed at< br />
14
14
< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -787,14 +787,7 @@ <h1><a name="section_16">Vacuum</a></h1>
787
787
< h1 > < a name ="section_17 "> Locking</ a > </ h1 >
788
788
789
789
< ul >
790
- < li > Add code to detect an SMP machine and handle spinlocks accordingly
791
- from distributted.net, < a href ="http://www1.distributed.net/source "> http://www1.distributed.net/source</ a > ,
792
- in client/common/cpucheck.cpp
793
- < p > On SMP machines, it is possible that locks might be released shortly,
794
- while on non-SMP machines, the backend should sleep so the process
795
- holding the lock can complete and release it.
796
- </ p >
797
- </ li > < li > Fix priority ordering of read and write light-weight locks (Neil)
790
+ < li > Fix priority ordering of read and write light-weight locks (Neil)
798
791
</ li > </ ul >
799
792
< h1 > < a name ="section_18 "> Startup Time Improvements</ a > </ h1 >
800
793
You can’t perform that action at this time.
0 commit comments