From: Marko Kreen Date: Wed, 25 Apr 2007 11:05:14 +0000 (+0000) Subject: update todo list X-Git-Tag: pgbouncer_1_0_8~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adf16c1914e7eb5a4038d4d68a7510f3eed22818;p=pgbouncer update todo list --- diff --git a/doc/overview.txt b/doc/overview.txt index 5e6ed35..bed5136 100644 --- a/doc/overview.txt +++ b/doc/overview.txt @@ -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. diff --git a/doc/todo.txt b/doc/todo.txt index 1a556e8..17a58ed 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -1,15 +1,19 @@ = PgBouncer TODO list = +== High-prority == + + * PAUSE ; RESUME ; + +== 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 ; RESUME ; - * 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 == -