PostgreSQL TODO List
====================
-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.
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)
-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
-
Add code to detect an SMP machine and handle spinlocks accordingly
- 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)