Re: BUG #6066: Bad string in German translation causes segfault (user-triggerable)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Bernd Helmle <mailings(at)oopsware(dot)de>
Cc: Christoph Berg <cb(at)df7cb(dot)de>, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6066: Bad string in German translation causes segfault (user-triggerable)
Date: 2011-06-20 20:16:04
Message-ID: 1308600964.25899.2.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On fre, 2011-06-17 at 10:22 +0200, Bernd Helmle wrote:
>
> --On 17. Juni 2011 08:18:03 +0000 Christoph Berg <cb(at)df7cb(dot)de> wrote:
>
> > In German locale, the follow statement causes vsnprintf() to segfault when
> > printing the hint:
> >
> > SELECT TO_DATE('30.12.2011', 'YYYYMMDD') AS datum;
> >
> > Fix tested for 8.4:
>
> Additionally, this seems to be the case for 9.0, 9.1 and current -HEAD, too.

Fix committed to 8.4, 9.0, 9.1 translation repositories.

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message sravan 2011-06-21 06:32:29 BUG #6070: how db is stored
Previous Message Robert Kruus 2011-06-20 15:54:08 BUG #6069: C function returns NaN when part of an SQL function