Small cleanups in SQL/JSON code
Andrew Dunstan <andrew@dunslane.net>
Small cleanups in SQL/JSON code These are to keep Coverity happy. In one case remove a redundant NULL check, and in another explicitly ignore a function result that is already known.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_expr.c | modified | +1 −1 |
| src/backend/utils/adt/jsonb.c | modified | +1 −1 |