diff options
author | Greg Sabino Mullane | 2009-07-10 17:15:25 +0000 |
---|---|---|
committer | Greg Sabino Mullane | 2009-07-10 17:15:25 +0000 |
commit | 6178e7c5fed43830330435e0368cdec81e4e7480 (patch) | |
tree | 7f2b41bf0768dd0585a82ff7622e74f2dbedc008 | |
parent | 3df096a137ea42061552338204f207f2020c70b1 (diff) |
Update todo.
-rw-r--r-- | TODO | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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. |