pgsql: Change "restoring" to "processing" in message from pg_dump

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change "restoring" to "processing" in message from pg_dump
Date: 2012-09-04 13:01:13
Message-ID: E1T8skj-0005b2-Lt@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Change "restoring" to "processing" in message from pg_dump

The same message is used in both pg_restore and pg_dump, and it's
confusing to output "restoring data for table xyz" when the user
is just doing a pg_dump.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-09-04 13:17:33 pgsql: Document that pg_upgrade requires PGHOST be set for any pre-9.1
Previous Message Magnus Hagander 2012-09-04 12:48:06 Re: [COMMITTERS] pgsql: Make a cut at a major-features list for 9.2.