summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-02-22 01:28:15 +0000
committerBruce Momjian <bruce@momjian.us>2002-02-22 01:28:15 +0000
commit2ea01da59b3bce84833b84a98dd744b87de8e788 (patch)
tree57eb18255115d4d7c6ffa1e33d2282ffdeaa93e3
parentbc26fd76d918e15338f16dd8970254d248f7efa2 (diff)
downloadpostgresql-2ea01da59b3bce84833b84a98dd744b87de8e788.tar.gz
Clarify:
< * Allow ability to easily build only certain interfaces (Marc) > * Better document ability to build only certain interfaces (Marc)
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index b02e18a3cb..ee1c7c3d69 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Thu Feb 21 19:11:38 EST 2002
+Last updated: Thu Feb 21 20:17:02 EST 2002
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -465,7 +465,7 @@ SOURCE CODE
* 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
-* Allow ability to easily build only certain interfaces (Marc)
+* Better document ability to build only certain interfaces (Marc)
* Remove or relicense modules that are not under the BSD license, if possible