Files
postgres/src
Tom Lane d77f014efa 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.
2017-03-26 15:57:02 -04:00
..
2017-03-22 10:20:13 -04:00
2017-03-14 12:58:39 -04:00
2017-03-26 11:36:46 -04:00
2017-02-17 08:56:57 -05:00
2017-03-23 15:28:48 -04:00
2017-02-06 11:33:58 +02:00