aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2001-01-27 04:42:56 +0000
committerBruce Momjian <bruce@momjian.us>2001-01-27 04:42:56 +0000
commita6584742ed5adf8db4916360eaaf3e7a72edd194 (patch)
tree5fcfb7955ce8963c3f569c3b50bcfe7b00861cb1
parentf44639e1bf87c317c51e6882bef035614f25c7e6 (diff)
downloadpostgresql-a6584742ed5adf8db4916360eaaf3e7a72edd194.tar.gz
postgresql-a6584742ed5adf8db4916360eaaf3e7a72edd194.zip
Update TODO list.
-rw-r--r--doc/TODO5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index 45786957bee..5c0a0f99a46 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
-Last updated: Fri Jan 26 17:17:42 EST 2001
+Last updated: Fri Jan 26 23:42:46 EST 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@@ -324,8 +324,9 @@ SOURCE CODE
* Remove unused pg_variable, pg_inheritproc, pg_ipl tables
* Experiment with multi-threaded backend [thread]
* Fix problems with libpq non-blocking/async code [async]
-* Merge global and template BKI files
+* Merge global and template BKI files (Peter)
* Fix username/password length limits in all areas
+* Remove compile-time upper limit on number of backends (MAXBACKENDS) (Tom)
---------------------------------------------------------------------------