Fix transformJsonBehavior
Andrew Dunstan <andrew@dunslane.net>
Fix transformJsonBehavior Commit 1a36bc9dba8 conained some logic that was a little opaque and could have involved a NULL dereference, as complained about by Coverity. Make the logic more transparent and in doing so avoid the NULL dereference.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/parser/parse_expr.c | modified | +8 −6 |