From a751a0c34e97bf749400816967556c42b67332f2 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Mon, 15 Jun 2009 12:03:59 -0400 Subject: [PATCH] Note on "FATAL too many clients" message per mailing list question. --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. + -- 2.39.5