summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-06-29 21:28:16 +0000
committerBruce Momjian <bruce@momjian.us>2001-06-29 21:28:16 +0000
commitb6f75fe786d35f17180f0ab7bb6e9491f0ae2dda (patch)
treef8f0441ce78584ad4d7e5fdfe89a6e9c5f0888c7
parentaf5ced9cfdb1aefd5e64af405d7e582c99a55106 (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 9bd62850044..e7ef234cd87 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Wed Jun 27 14:06:42 EDT 2001
+Last updated: Fri Jun 29 17:28:08 EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -304,7 +304,7 @@ SOURCE CODE
* Convert remaining fprintf(stderr,...)/perror() to elog()
* Fix problems with libpq non-blocking/async code [async]
* Merge global and template BKI files (Peter E)
-* Fix username/password length limits in all areas
+* 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
* Merge LockMethodCtl and LockMethodTable into one shared structure (Bruce)