[HACKERS] initdb: Improve error recovery.

2014-11-27 Thread Mats Erik Andersson
to print the error message on a line of its own seems desirable. Best regards, Mats Erik Andersson From 5ffe171fb63497a5e2d9d9233282504da0044b8e Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson b...@gisladisker.se Date: Thu, 27 Nov 2014 12:08:31 +0100 Subject: [PATCH] initdb: Improve error

[HACKERS] pg_isready: Missing translation macros.

2014-11-27 Thread Mats Erik Andersson
Hello there, the text response of pg_isready is hard coded in English. These short snippets really ought to be localized as well. Best regards, Mats Erik Andersson From eca5f0d8b72b7ae5508af2850977d999a0f2bca4 Mon Sep 17 00:00:00 2001 From: Mats Erik Andersson b...@gisladisker.se Date: Thu

[HACKERS] vacuumdb: Help text for --analyze-only.

2014-11-17 Thread Mats Erik Andersson
to an otherwise identical text for --analyze and --analyze-only seems rather obscure. My suggestion follows. Best regards, Mats Erik Andersson diff --git a/src/bin/scripts/vacuumdb.c b/src/bin/scripts/vacuumdb.c index 86e6ab3..a07f081 100644 --- a/src/bin/scripts/vacuumdb.c +++ b/src/bin/scripts/vacuumdb.c