From: Greg Sabino Mullane Date: Mon, 15 Jun 2009 16:03:59 +0000 (-0400) Subject: Note on "FATAL too many clients" message per mailing list question. X-Git-Tag: 2.9.2~26 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=a751a0c34e97bf749400816967556c42b67332f2;p=check_postgres.git Note on "FATAL too many clients" message per mailing list question. --- diff --git a/TODO b/TODO index 45da06ba3..9ac85190c 100644 --- 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. +