pgsql: pg_dump: Fix some messages

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_dump: Fix some messages
Date: 2015-09-28 00:35:21
Message-ID: E1ZgMPZ-0002Cr-LT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Fix some messages

Make quoting style match existing style. Improve plural support.

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/27af56b59515a676e733a143e0ebaf9e0c921be6

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 6 +++---
src/bin/pg_dump/pg_dump.c | 20 ++++++++++----------
src/bin/pg_dump/pg_dump_sort.c | 4 +++-
3 files changed, 16 insertions(+), 14 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2015-09-28 14:54:35 pgsql: Don't try to create a temp install without abs_top_builddir.
Previous Message Peter Eisentraut 2015-09-27 15:39:10 pgsql: reindexdb: Fix mistake in help output