• Tom Lane's avatar
    Suppress compiler warning in slab.c. · 2f899e7d
    Tom Lane authored
    Compilers that don't realize that elog(ERROR) doesn't return
    complained that SlabRealloc() failed to return a value.
    
    While at it, fix the rather muddled header comment for the function.
    
    Per buildfarm.
    2f899e7d
slab.c 21.8 KB