diff options
author | Christoph Berg | 2015-07-15 08:26:19 +0000 |
---|---|---|
committer | Christoph Berg | 2015-07-16 09:08:08 +0000 |
commit | 404d6ebf32411451f52a34092877c0f1d90354a4 (patch) | |
tree | 2e00d489375788275abc1f7a21e82d082a4d7b54 /check_postgres.pl | |
parent | 7d5811c7bb6e09329f46c47082d26731c2664d73 (diff) |
Remove duplicated 'es' section
... and note author of last commit in changelog
Diffstat (limited to 'check_postgres.pl')
-rwxr-xr-x | check_postgres.pl | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/check_postgres.pl b/check_postgres.pl index c6c17130a..a7e1d2529 100755 --- a/check_postgres.pl +++ b/check_postgres.pl @@ -864,10 +864,6 @@ our %msg = ( 'backends-po' => q{tut mir leid, schon zu viele Verbindungen}, 'checkpoint-po' => q{Zeit des letzten Checkpoints:}, }, -'es' => { - 'backends-po' => q{lo siento, ya tenemos demasiados clientes}, - 'checkpoint-po' => q{Instante de �ltimo checkpoint:}, -}, 'fa' => { 'checkpoint-po' => q{زمان آخرین وارسی:}, }, @@ -10083,6 +10079,11 @@ Items not specifically attributed are by GSM (Greg Sabino Mullane). =over 4 +=item B<Version 2.22.1> ????, 2015 + + Add Spanish message translations + (Luis Vazquez) + =item B<Version 2.22.0> June 30, 2015 Add xact timestamp support to hot_standby_delay. |