diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-27 18:19:28 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2016-04-27 18:19:28 -0400 |
commit | ad520ec4acb8f0cdb143b63519be95a9549fa826 (patch) | |
tree | f43c85e4954ff49b306294faec63dac035512107 /src/backend/access/gist/gist.c | |
parent | 4c804fbdfb472cf71db33609258b8e1aaad81943 (diff) | |
download | postgresql-ad520ec4acb8f0cdb143b63519be95a9549fa826.tar.gz postgresql-ad520ec4acb8f0cdb143b63519be95a9549fa826.zip |
Use memmove() not memcpy() to slide some pointers down.
The previous coding here was formally undefined, though it seems to
accidentally work on most platforms in the buildfarm. Caught by some
OpenBSD platforms in which libc contains an assertion check for
overlapping areas passed to memcpy().
Thomas Munro
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions