diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-03-26 15:57:02 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-03-26 15:57:02 -0400 |
commit | d77f014efa7eda4357fbc851dbf25c6b256ddf35 (patch) | |
tree | da3c05889a9de9400b1a5027dd0273e609080c87 /src/backend/utils/adt/pgstatfuncs.c | |
parent | e259e1f748c7a6d67e307a90d6c27b8ab8b90df8 (diff) | |
download | postgresql-d77f014efa7eda4357fbc851dbf25c6b256ddf35.tar.gz postgresql-d77f014efa7eda4357fbc851dbf25c6b256ddf35.zip |
Improve implementation of EEOP_BOOLTEST_* opcodes.
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.
Diffstat (limited to 'src/backend/utils/adt/pgstatfuncs.c')
0 files changed, 0 insertions, 0 deletions