| From: | momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: No longer needed: < < * Add code to detect an SMP machine and |
| Date: | 2005-10-12 14:06:47 |
| Message-ID: | 20051012140647.3832FD7DF2@svr1.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Log Message:
-----------
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.
Modified Files:
--------------
pgsql/doc:
TODO (r1.1688 -> r1.1689)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.1688&r2=1.1689)
pgsql/doc/src/FAQ:
TODO.html (r1.195 -> r1.196)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.195&r2=1.196)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | User Dpage | 2005-10-12 14:24:10 | pginstaller - pginst: Russian Translation update from Andrey Repko |
| Previous Message | User Dpage | 2005-10-12 13:49:34 | pginstaller - pginst: Re-merge strings |