mirror of
https://github.com/postgres/postgres.git
synced 2026-02-14 08:13:27 -05:00
isspace() can be locale-sensitive depending on the platform, causing
hstore to consider as whitespaces characters it should not see as such.
For example, U+0105, being decoded as 0xC4 0x85 in UTF-8, would be
discarded from the input given.
This problem is similar to
|
||
|---|---|---|
| .. | ||
| hstore.sql | ||
| hstore_utf8.sql | ||