Files
postgresql/src
Andrew Dunstan c8315930e6 Fix some jsonb issues found by Coverity in recent commits.
Mostly these issues concern the non-use of function results. These
have been changed to use (void) pushJsonbValue(...) instead of assigning
the result to a variable that gets overwritten before it is used.

There is a larger issue that we should possibly examine the API for
pushJsonbValue(), so that instead of returning a value it modifies a
state argument. The current idiom is rather clumsy. However, changing
that requires quite a bit more work, so this change should do for the
moment.
2014-12-16 10:32:06 -05:00
..
2014-12-15 16:19:59 -05:00
2014-08-09 00:07:00 -04:00
2014-12-16 16:37:46 +02:00
2014-12-15 00:25:35 -05:00
2014-12-15 00:25:35 -05:00
2014-06-28 21:46:15 +02:00
2014-11-18 15:51:45 -05:00
2014-11-02 21:43:33 -05:00