Update todo.
authorGreg Sabino Mullane <[email protected]>
Fri, 10 Jul 2009 17:15:25 +0000 (13:15 -0400)
committerGreg Sabino Mullane <[email protected]>
Fri, 10 Jul 2009 17:15:25 +0000 (13:15 -0400)
TODO

diff --git a/TODO b/TODO
index 9ac85190c737a5e28df34ba9f17e857288135e03..6293c9e2d617a7befcaba74cb18aefac8c72856e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -39,11 +39,7 @@ Quick list of outstanding items / bugs / feature requests for CP:
 
 * Consider a more accurate bloat check, using the expensive pg_stattuple function
 
-* Return something other than unknown for "FATAL: too many clients" on backend checks, 
-  and possibly similar ones. Possible strategy for these: try once, and if we can't 
-  parse the output and the language is non-English, force to English and re-run, such 
-  that we can have a standard regex collection of error strings. Otherwise, we can 
-  use the msg() strings per-language.
+* Make the "too many clients" backend regex do i18n somehow.
 
 * Consider an automated parser of the Postgres source code to pre-populate some of 
   the error message strings.