Get rid of unnecessary memory allocation in jsonb_subscript_assign()
Current code allocates memory for JsonbValue, but it could be placed locally.
Showing
Please register or sign in to comment
Current code allocates memory for JsonbValue, but it could be placed locally.