• Tom Lane's avatar
    Fix incorrect snprintf() limit. · 72809480
    Tom Lane authored
    Typo in commit 7cbee7c0.  No practical effect since the buffer should
    never actually be overrun, but various compilers and static analyzers will
    whine about it.
    
    Petr Jelinek
    72809480
xlog.c 359 KB