• Tom Lane's avatar
    Fix multiple bugs and infelicities in pg_rewind. · c67f366f
    Tom Lane authored
    Bugs all spotted by Coverity, including wrong realloc() size request
    and memory leaks.  Cosmetic improvements by me.
    
    The usage of the global variable "filemap" here is still pretty awful,
    but at least I got rid of the gratuitous aliasing in several routines
    (which was helping to annoy Coverity, as well as being a bug risk).
    c67f366f
filemap.c 15.6 KB