aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuildbuffers.c
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-05-15 19:22:56 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2012-05-15 19:27:34 +0300
commitd2495f272cd164ff075bee5c4ce95aed11338a36 (patch)
treee87b769657b4ad8130fecffab24dfc901a4e28f8 /src/backend/access/gist/gistbuildbuffers.c
parent9b63e9869ffaa4d6d3e8bf45086a765d8f310f1c (diff)
downloadpostgresql-d2495f272cd164ff075bee5c4ce95aed11338a36.tar.gz
postgresql-d2495f272cd164ff075bee5c4ce95aed11338a36.zip
Fix bug in to_tsquery().
We were using memcpy() to copy to a possibly overlapping memory region, which is a no-no. Use memmove() instead.
Diffstat (limited to 'src/backend/access/gist/gistbuildbuffers.c')
0 files changed, 0 insertions, 0 deletions