aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-03-07 13:13:33 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-03-07 13:29:47 +0200
commitc7a186e392d4654148a45eaf8ffbf026553ecbdb (patch)
treef450a3f0ee7c1386ba8903b48bd636025cb1a1ca /src/backend/access/gist/gist.c
parentff2e0e1f96ae412d06d0d10551161ca027d897fd (diff)
downloadpostgresql-c7a186e392d4654148a45eaf8ffbf026553ecbdb.tar.gz
postgresql-c7a186e392d4654148a45eaf8ffbf026553ecbdb.zip
Avoid memcpy() with same source and destination address.
The behavior of that is undefined, although unlikely to lead to problems in practice. Found by running regression tests with Valgrind.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions