• Tom Lane's avatar
    Fix uninitialized-variable warning. · d934a052
    Tom Lane authored
    In passing, add an Assert defending the presumption that bytes_left
    is positive to start with.  (I'm not exactly convinced that using an
    unsigned type was such a bright thing here, but let's at least do
    this much.)
    d934a052
guc.c 251 KB