summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-11-26 21:07:44 +0000
committerBruce Momjian <bruce@momjian.us>2001-11-26 21:07:44 +0000
commit2631b7909877a3cdcdfcc6cedb57635ecf27d35e (patch)
tree27436c97dfb1ff18886e119464fc6f846e367776
parent50721b271f06949a361dc5e91ccbf82cce739ee8 (diff)
Update TODO list.
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index c52d1c0e259..4dfe3feb93f 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Mon Nov 26 16:03:08 EST 2001
+Last updated: Mon Nov 26 16:07:35 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -378,7 +378,7 @@ SOURCE CODE
* -Convert remaining fprintf(stderr,...)/perror() to elog() (Peter E)
* Fix problems with libpq non-blocking/async code [async]
* -Merge global and template BKI files (Tom)
-* Fix username/password length limits in all areas, e.g. pg_passwd
+* -Fix username/password length limits in all areas, e.g. pg_passwd
* -Remove compile-time upper limit on number of backends (MAXBACKENDS) (Tom)
* Make sure all block numbers are unsigned to increase maximum table size
* Use BlockNumber rather than int where appropriate