summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2002-09-02 04:43:17 +0000
committerBruce Momjian2002-09-02 04:43:17 +0000
commitf486f9241b22576f97385e2f08268b8e74c2cdb1 (patch)
tree5f45790974126cac11cf835805b846e41bfef964
parent50938576d482cd36e52a60b5bb1b56026e63962a (diff)
Removed because we don't use cs() anymore on AIX:
< * Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
-rw-r--r--doc/TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index d17bdb0d035..cbbb2074692 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Sun Sep 1 18:35:52 EDT 2002
+Last updated: Mon Sep 2 00:42:59 EDT 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -515,7 +515,6 @@ Source Code
* Add documentation for perl, including mention of DBI/DBD perl location
* Add optional CRC checksum to heap and index pages
* Change representation of whole-tuple parameters to functions
-* Evaluate AIX cs() spinlock macro for performance optimizations (Tatsuo)
* Clarify use of 'application' and 'command' tags in SGML docs
* Better document ability to build only certain interfaces (Marc)
* Remove or relicense modules that are not under the BSD license, if possible