• Tom Lane's avatar
    Use memmove() not memcpy() to slide some pointers down. · ad520ec4
    Tom Lane authored
    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
    ad520ec4
isolationtester.c 21.7 KB