mirror of
https://github.com/postgres/postgres.git
synced 2025-07-20 05:03:10 +03:00
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.
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.170 2009/04/12 21:02:44 adunstan Exp $
|
||||
* $PostgreSQL: pgsql/src/bin/pg_dump/pg_backup_archiver.c,v 1.171 2009/06/04 19:16:48 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -1786,13 +1786,6 @@ _discoverArchiveFormat(ArchiveHandle *AH)
|
||||
else
|
||||
AH->lookaheadLen = 0; /* Don't bother since we've reset the file */
|
||||
|
||||
#if 0
|
||||
write_msg(modulename, ngettext("read %lu byte into lookahead buffer\n",
|
||||
"read %lu bytes into lookahead buffer\n",
|
||||
AH->lookaheadLen),
|
||||
(unsigned long) AH->lookaheadLen);
|
||||
#endif
|
||||
|
||||
/* Close the file */
|
||||
if (wantClose)
|
||||
if (fclose(fh) != 0)
|
||||
|
Reference in New Issue
Block a user