mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
6e9ac0a2e2
hstoreUniquePairs() often called memcpy with equal source and destination
pointers. Although this is almost surely harmless in practice, it's
undefined according to the letter of the C standard. Some versions of
valgrind will complain about it, and some versions of libc as well
(cf. commit
|
||
---|---|---|
.. | ||
data | ||
expected | ||
sql | ||
.gitignore | ||
crc32.c | ||
crc32.h | ||
hstore_compat.c | ||
hstore_gin.c | ||
hstore_gist.c | ||
hstore_io.c | ||
hstore_op.c | ||
hstore--1.0--1.1.sql | ||
hstore--1.1--1.2.sql | ||
hstore--1.2.sql | ||
hstore--unpackaged--1.0.sql | ||
hstore.control | ||
hstore.h | ||
Makefile |