aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2016-04-27 18:19:28 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2016-04-27 18:19:28 -0400
commitad520ec4acb8f0cdb143b63519be95a9549fa826 (patch)
treef43c85e4954ff49b306294faec63dac035512107 /src/backend/access/gist/gist.c
parent4c804fbdfb472cf71db33609258b8e1aaad81943 (diff)
downloadpostgresql-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