pgsql: pg_rewind: Improve some messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_rewind: Improve some messages
Date: 2015-10-02 01:53:48
Message-ID: E1ZhpXg-0001ks-Hj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_rewind: Improve some messages

The output of a typical pg_rewind run contained a mix of capitalized and
not-capitalized and punctuated and not-punctuated phrases for no
apparent reason. Make that consistent. Also fix some problems in other
messages.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cdcae2b6a7d263b2771b6386af626b47ce17da19

Modified Files
--------------
src/bin/pg_rewind/file_ops.c | 2 +-
src/bin/pg_rewind/libpq_fetch.c | 6 +++---
src/bin/pg_rewind/pg_rewind.c | 6 +++---
src/bin/pg_rewind/timeline.c | 2 +-
4 files changed, 8 insertions(+), 8 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2015-10-02 15:49:35 pgsql: Don't disable commit_ts in standby if enabled locally
Previous Message Tom Lane 2015-10-01 20:20:32 pgsql: Fix pg_dump to handle inherited NOT VALID check constraints corr