mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-11-21 03:13:05 +08:00
d522b05c8c
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
|
||
---|---|---|
.. | ||
data | ||
expected | ||
sql | ||
.gitignore | ||
hstore_compat.c | ||
hstore_gin.c | ||
hstore_gist.c | ||
hstore_io.c | ||
hstore_op.c | ||
hstore_subs.c | ||
hstore--1.1--1.2.sql | ||
hstore--1.2--1.3.sql | ||
hstore--1.3--1.4.sql | ||
hstore--1.4--1.5.sql | ||
hstore--1.4.sql | ||
hstore--1.5--1.6.sql | ||
hstore--1.6--1.7.sql | ||
hstore--1.7--1.8.sql | ||
hstore.control | ||
hstore.h | ||
Makefile | ||
meson.build |