]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_dump: Fix verbosity level in LO progress messages
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 18 Jun 2012 20:37:49 +0000 (16:37 -0400)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Tue, 19 Jun 2012 21:23:02 +0000 (17:23 -0400)
commit348f5043173260d438735e3a9e4a8ef1bd099686
tree9fd0a2c0ce80989ad7a70f1ccfd4ea08100f9d91
parente23e17ffb0ddfc9e9237164e14edb714ba3070e4
pg_dump: Fix verbosity level in LO progress messages

In passing, reword another instance of the same message that was
gratuitously different.

Author: Josh Kupershmidt
after a bug report by Bosco Rama
src/bin/pg_dump/pg_backup_archiver.c
src/bin/pg_dump/pg_backup_tar.c