pgsql: Message style improvements - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Message style improvements
Date
Msg-id E1g0ZJU-000851-4A@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Detect LLVM 7 without specifying binaries explicitly.
Next
From: Michael Paquier
Date:
Subject: pgsql: Improve autovacuum logging for aggressive and anti-wraparoundru