pgsql: Small message fixes

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Small message fixes
Date: 2014-08-09 04:28:37
Message-ID: E1XFyGj-00010G-T8@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Small message fixes

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/213f0ff938949df3dd64cddd8c71f2da59812216

Modified Files
--------------
src/bin/initdb/initdb.c | 2 +-
src/bin/pg_basebackup/pg_basebackup.c | 4 ++--
src/bin/pg_dump/pg_backup_tar.c | 2 +-
src/bin/pg_dump/pg_dump.c | 2 +-
src/bin/pg_dump/pg_dumpall.c | 2 +-
src/bin/pg_dump/pg_restore.c | 2 +-
src/bin/pg_resetxlog/pg_resetxlog.c | 2 +-
src/bin/psql/command.c | 2 +-
src/common/username.c | 2 +-
src/pl/plpgsql/src/pl_handler.c | 6 +++---
10 files changed, 13 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-08-09 17:47:22 pgsql: Reject duplicate column names in foreign key referenced-columns
Previous Message Fujii Masao 2014-08-08 08:09:33 pgsql: Add -F option to pg_receivexlog, for specifying fsync interval.