• Tom Lane's avatar
    Fix uninitialized variable from commit a4d75c86. · 9cb92334
    Tom Lane authored
    The path for *exprs != NIL would misbehave, and likely crash,
    since pull_varattnos expects its last argument to be valid
    at call.
    
    Found by Coverity --- we have no coverage of this path in
    the regression tests.
    9cb92334
extended_stats.c 71.7 KB