]> granicus.if.org Git - pgbouncer/commitdiff
update todo list
authorMarko Kreen <markokr@gmail.com>
Wed, 25 Apr 2007 11:05:14 +0000 (11:05 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 25 Apr 2007 11:05:14 +0000 (11:05 +0000)
doc/overview.txt
doc/todo.txt

index 5e6ed3575f02740575dd4ed659f7790d150bccc3..bed51365ef68c9df4718532611f89ab9fa9c242b 100644 (file)
@@ -33,7 +33,7 @@ Downloads, bugtracker, CVS: http://pgfoundry.org/projects/pgbouncer
 
  * Supports online reconfiguration for most of the settings.
 
- * Supports online restart - is able transfer sockets to new process.
+ * Supports online restart/upgrade - is able transfer sockets to new process.
 
  * Supports protocol V3 only, so backend version must be >= 7.4.
 
index 1a556e8eaf16dc32cea012a8b0769c9da73d2ccd..17a58ed5805ad9cf818eb6a69db24d23ccd6afd1 100644 (file)
@@ -1,15 +1,19 @@
 = PgBouncer TODO list =
 
+== High-prority ==
+
+ * PAUSE <db>; RESUME <db>;
+
+== Low-prio, technically suspicious items ==
+
+ * -R should somehow log whats happens
  * -R should detect that no pooler is running and boot normally
  * -R should detect if login fails then exit()
- * PAUSE <db>; RESUME <db>;
 
- * keep stats about error counts?
- * SHUTDOWN cmd should print notice?
- * before loading users, disable all existing?
+== Low-prio, otherwise suspicious items ==
 
+ * keep stats about error counts
+ * SHUTDOWN cmd should print notice
+ * before loading users, disable all existing
  * Split CL_IDLE from CL_ACTIVE.  Does not give functional
  advantage, but makes monitoring easier.
-
-== Bugs ==
-