Note on "FATAL too many clients" message per mailing list question.
authorGreg Sabino Mullane <greg@endpoint.com>
Mon, 15 Jun 2009 16:03:59 +0000 (12:03 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Mon, 15 Jun 2009 16:03:59 +0000 (12:03 -0400)
TODO

diff --git a/TODO b/TODO
index 45da06ba38d2364f1b107467a53898bb5298a36b..9ac85190c737a5e28df34ba9f17e857288135e03 100644 (file)
--- a/TODO
+++ b/TODO
@@ -38,3 +38,13 @@ Quick list of outstanding items / bugs / feature requests for CP:
 * Make the bloat estimation more accurate (lots of small bad assumptions in there)
 
 * 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.
+
+* Consider an automated parser of the Postgres source code to pre-populate some of 
+  the error message strings.
+