diff options
author | Bruce Momjian <bruce@momjian.us> | 2002-02-22 01:28:15 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2002-02-22 01:28:15 +0000 |
commit | 2ea01da59b3bce84833b84a98dd744b87de8e788 (patch) | |
tree | 57eb18255115d4d7c6ffa1e33d2282ffdeaa93e3 | |
parent | bc26fd76d918e15338f16dd8970254d248f7efa2 (diff) | |
download | postgresql-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/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |