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

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Remove a couple of debugging messages that have been #ifdef'd out
Дата
Msg-id 20090604191649.0CB7275331E@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Improve the recently-added support for properly pluralized error
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Trivial code style cleanup around a couple of ngettext calls.