From: Peter Eisentraut Date: Thu, 5 Mar 2009 14:51:10 +0000 (+0000) Subject: Message tuning X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=3b0614d01166c6acb106641de235a27bccf7b1af;p=users%2Fsimon%2Fpostgres.git Message tuning --- diff --git a/src/bin/pg_dump/pg_backup_archiver.c b/src/bin/pg_dump/pg_backup_archiver.c index bbc6c4e90b..b70673c057 100644 --- a/src/bin/pg_dump/pg_backup_archiver.c +++ b/src/bin/pg_dump/pg_backup_archiver.c @@ -3531,7 +3531,7 @@ mark_work_done(ArchiveHandle *AH, thandle worker, int status, } if (te == NULL) - die_horribly(AH, modulename, "failed to find slot for finished worker\n"); + die_horribly(AH, modulename, "could not find slot of finished worker\n"); ahlog(AH, 1, "finished item %d %s %s\n", te->dumpId, te->desc, te->tag);