Re: BUG #8970: ts_parse incorrectly split numbers in digit token

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8970: ts_parse incorrectly split numbers in digit token
Date: 2014-02-01 23:01:01
Message-ID: 16579.1391295661@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com> writes:
> On 01/02/2014 23:27, Tom Lane wrote:
>> Hm. It looks like there's an entirely unnecessary assumption that wchar_t
>> and wint_t are the same width. Does the attached patch make things better
>> for you?

> tested on 9.3.2 with LANG=en_US.UTF-8
> tsearch ... ok

Excellent, I'll go commit this.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Marko Tiikkaja 2014-02-02 16:48:51 Re: BUG #8870: PL/PgSQL, SELECT .. INTO and the number of result columns
Previous Message Marco Atzeri 2014-02-01 22:54:34 Re: BUG #8970: ts_parse incorrectly split numbers in digit token