• Tom Lane's avatar
    Improve implementation of EEOP_BOOLTEST_* opcodes. · d77f014e
    Tom Lane authored
    Both Andres and I were happy with "*op->resvalue = *op->resvalue;",
    but Coverity isn't; and it has a point, because some compilers might
    not be smart enough to elide that.  So remove it.  In passing, also
    avoid doing unnecessary assignments to *op->resnull when it's already
    known to have the right value.
    d77f014e
execExprInterp.c 92.6 KB