Re: BUG #14415: non-breaking space matching in regex as whitespace - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #14415: non-breaking space matching in regex as whitespace
Date
Msg-id 17525.1478531130@sss.pgh.pa.us
Whole thread Raw
In response to BUG #14415: non-breaking space matching in regex as whitespace  (valerijs.gusjkovs@gmail.com)
List pgsql-bugs
valerijs.gusjkovs@gmail.com writes:
> This was workng on 9.4 at least, but does not in 9.6. Followind returns
> should be reversed as non-breaking space is whitespace:

What encoding and LC_CTYPE are you using?  AFAIR we haven't changed
anything about that code behavior since 9.4, so the most likely theory
is that your 9.6 installation is using a locale/encoding that doesn't
consider NBSP to be whitespace --- as C locale wouldn't, for example.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Вадим Акбашев
Date:
Subject: Re: BUG #14393: Querry plan creation time is too long
Next
From: jdnelson@dyn.com
Date:
Subject: BUG #14416: checkpoints never completed