|
1 | 1 | TODO list for PostgreSQL
|
2 | 2 | ========================
|
3 |
| -Last updated:Tue Jan 2216:54:39 EST 2002 |
| 3 | +Last updated:Tue Jan 2217:14:43 EST 2002 |
4 | 4 |
|
5 | 5 | Current maintainer:Bruce Momjian (pgman@candle.pha.pa.us)
|
6 | 6 |
|
@@ -387,6 +387,7 @@ LOCKING
|
387 | 387 |
|
388 | 388 | * Make locking of shared data structures more fine-grained
|
389 | 389 | * Add code to detect an SMP machine and handle spinlocks accordingly
|
| 390 | + http://www1.distributed.net/source, in client/common/cpucheck.cpp |
390 | 391 | * Research use of sched_yield() for spinlock acquisition failure
|
391 | 392 | * -Improve spinlock code [performance] (Tom)
|
392 | 393 |
|
|