From 20d4005c306eaaaf3e0a61d9d7ab369a91f81ed1 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 4 Jun 2009 19:16:48 +0000 Subject: Remove a couple of debugging messages that have been #ifdef'd out for ages. Seems silly to ask translators to expend work on these, especially in pluralized variants. --- src/bin/pg_dump/pg_backup_tar.c | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/bin/pg_dump/pg_backup_tar.c') diff --git a/src/bin/pg_dump/pg_backup_tar.c b/src/bin/pg_dump/pg_backup_tar.c index 972b0b2fd67..9b5a41ac20e 100644 --- a/src/bin/pg_dump/pg_backup_tar.c +++ b/src/bin/pg_dump/pg_backup_tar.c @@ -16,7 +16,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.64 2009/03/26 22:26:07 petere Exp $ + * $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_tar.c,v 1.65 2009/06/04 19:16:48 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -549,13 +549,6 @@ _tarReadRaw(ArchiveHandle *AH, void *buf, size_t len, TAR_MEMBER *th, FILE *fh) die_horribly(AH, modulename, "internal error -- neither th nor fh specified in tarReadRaw()\n"); } -#if 0 - write_msg(modulename, ngettext("requested %d byte, got %d from lookahead and %d from file\n", - "requested %d bytes, got %d from lookahead and %d from file\n", - reqLen), - reqLen, used, res); -#endif - ctx->tarFHpos += res + used; return (res + used); -- cgit v1.2.3