diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-03-07 13:13:33 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-03-07 13:43:28 +0200 |
commit | ff9d757c67786b389f19abc3187d158adda500d8 (patch) | |
tree | 0058725721e0c44f037f0c675b8bded5ca9ab382 /src/backend/access/gin/ginxlog.c | |
parent | fb61ff85e16636e82fa6ad01f8e106b14b84844f (diff) | |
download | postgresql-ff9d757c67786b389f19abc3187d158adda500d8.tar.gz postgresql-ff9d757c67786b389f19abc3187d158adda500d8.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/gin/ginxlog.c')
0 files changed, 0 insertions, 0 deletions