• Tom Lane's avatar
    Suppress uninitialized-variable warnings. · 818e5937
    Tom Lane authored
    My compiler doesn't like the lack of initialization of "flag", and
    I think it's right: if there were zero keys we'd have an undefined
    result.  The AND of zero items is TRUE, so initialize to TRUE.
    818e5937
geo_spgist.c 18.3 KB