pgsql: Remove a couple of debugging messages that have been #ifdef'd out - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Remove a couple of debugging messages that have been #ifdef'd out
Date
Msg-id 20090604191649.0CB7275331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.170 -> r1.171)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.170&r2=1.171)
        pg_backup_tar.c (r1.64 -> r1.65)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_tar.c?r1=1.64&r2=1.65)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve the recently-added support for properly pluralized error
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Trivial code style cleanup around a couple of ngettext calls.