Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a28eb4

Browse files
committed
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.
1 parent4aebb5a commit0a28eb4

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

‎doc/TODO

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
5-
Last updated:Wed Oct 1209:41:01 EDT 2005
5+
Last updated:Wed Oct 1210:06:44 EDT 2005
66

77
The most recent version of this document can be viewed at
88
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -870,14 +870,6 @@ Vacuum
870870
Locking
871871
=======
872872

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-
881873
* Fix priority ordering of read and write light-weight locks (Neil)
882874

883875

‎doc/src/FAQ/TODO.html

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
11-
Last updated: Wed Oct 1209:41:01 EDT 2005
11+
Last updated: Wed Oct 1210:06:44 EDT 2005
1212
</p>
1313
<p>The most recent version of this document can be viewed at<br/>
1414
<ahref="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>
787787
<h1><aname="section_17">Locking</a></h1>
788788

789789
<ul>
790-
<li>Add code to detect an SMP machine and handle spinlocks accordingly
791-
from distributted.net,<ahref="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)
798791
</li></ul>
799792
<h1><aname="section_18">Startup Time Improvements</a></h1>
800793

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp