summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-01-22 20:40:27 +0000
committerBruce Momjian <bruce@momjian.us>2002-01-22 20:40:27 +0000
commitfdf881d155173a67cf3a34134f2b7bcde2e68b6b (patch)
tree0b6599c70046f47c00bac5399a6e824980abf7fb
parent859a9eb468fd2bc37990b42e1abe3632ba4739f6 (diff)
downloadpostgresql-fdf881d155173a67cf3a34134f2b7bcde2e68b6b.tar.gz
Add:
> * Add code to detect an SMP machine and handle spinlocks accordingly
-rw-r--r--doc/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 7f53dfc75d..11f276e3ae 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sat Jan 19 23:56:04 EST 2002
+Last updated: Tue Jan 22 15:39:51 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -409,6 +409,7 @@ MISCELLANEOUS
* Change FIXED_CHAR_SEL to 0.20 from 0.04 to give better selectivity (Bruce)
* Make locking of shared data structures more fine-grained
* Make IN/NOT IN have similar performance to EXISTS/NOT EXISTS [exists]
+* Add code to detect an SMP machine and handle spinlocks accordingly
SOURCE CODE
-----------