pgsql: Message style improvements

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Message style improvements
Date: 2018-09-13 21:38:12
Message-ID: E1g0ZJU-000851-4A@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Message style improvements

Fix one untranslatable string concatenation in pg_rewind.

Fix one message in pg_verify_checksums to use a style use elsewhere
and avoid plural issues.

Fix one gratuitous abbreviation in psql.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/f48fa2bc8b6252ae8fccc69729a3bddb6863b8f1

Modified Files
--------------
src/bin/pg_rewind/filemap.c | 24 +++++++++++++++--------
src/bin/pg_verify_checksums/pg_verify_checksums.c | 4 ++--
src/bin/psql/help.c | 2 +-
3 files changed, 19 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2018-09-13 22:39:24 pgsql: Improve autovacuum logging for aggressive and anti-wraparound ru
Previous Message Andres Freund 2018-09-13 17:43:04 pgsql: Detect LLVM 7 without specifying binaries explicitly.