mirror of
https://github.com/postgres/postgres.git
synced 2026-06-06 23:59:45 -04:00
d77f014efa
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.