pgsql: Fixed string in German translation that causes segfault.

From: Michael Meskes <meskes(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fixed string in German translation that causes segfault.
Date: 2011-06-20 11:58:26
Message-ID: E1QYd7a-0000PI-39@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fixed string in German translation that causes segfault.

Applied patch by Christoph Berg <cb(at)df7cb(dot)de> to replace placeholder "%s" by
correct string.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/81418d16d73ba8137cd2eda5929555951aee87bf

Modified Files
--------------
src/backend/po/de.po | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2011-06-20 12:03:37 Re: [COMMITTERS] pgsql: Fixed string in German translation that causes segfault.
Previous Message Fujii Masao 2011-06-20 01:51:17 Re: Re: [COMMITTERS] pgsql: Don't use "cp -i" in the example WAL archive_command.