Get rid of unnecessary memory allocation in jsonb_subscript_assign()
Alexander Korotkov <akorotkov@postgresql.org>
Get rid of unnecessary memory allocation in jsonb_subscript_assign() Current code allocates memory for JsonbValue, but it could be placed locally.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/utils/adt/jsonbsubs.c | modified | +7 −7 |