We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac8bc3b commit f652337Copy full SHA for f652337
src/backend/utils/adt/jsonfuncs.c
@@ -972,7 +972,7 @@ each_worker(PG_FUNCTION_ARGS, bool as_text)
972
973
pg_parse_json(lex, sem);
974
975
- MemoryContextDelete(state->tmp_cxt);
+ MemoryContextDelete(state->tmp_cxt);
976
977
rsi->setResult = state->tuple_store;
978
rsi->setDesc = state->ret_tdesc;
@@ -1156,7 +1156,7 @@ elements_worker(PG_FUNCTION_ARGS, bool as_text)
1156
1157
1158
1159
1160
1161
1162
0 commit comments