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

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

On 01/02/2014 23:27, Tom Lane wrote:
> Marco Atzeri <marco(dot)atzeri(at)gmail(dot)com> writes:
>> Eventually it was assumed that size of a wide char is always 32 bit ?
>
> 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?
>
> regards, tom lane
>

tested on 9.3.2 with LANG=en_US.UTF-8

tsearch ... ok

Thanks
Marco

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-02-01 23:01:01 Re: BUG #8970: ts_parse incorrectly split numbers in digit token
Previous Message Tom Lane 2014-02-01 22:27:11 Re: BUG #8970: ts_parse incorrectly split numbers in digit token