Fix whitespace
This commit is contained in:
parent
ac8bc3b6e4
commit
f65233755c
@ -972,7 +972,7 @@ each_worker(PG_FUNCTION_ARGS, bool as_text)
|
|||||||
|
|
||||||
pg_parse_json(lex, sem);
|
pg_parse_json(lex, sem);
|
||||||
|
|
||||||
MemoryContextDelete(state->tmp_cxt);
|
MemoryContextDelete(state->tmp_cxt);
|
||||||
|
|
||||||
rsi->setResult = state->tuple_store;
|
rsi->setResult = state->tuple_store;
|
||||||
rsi->setDesc = state->ret_tdesc;
|
rsi->setDesc = state->ret_tdesc;
|
||||||
@ -1156,7 +1156,7 @@ elements_worker(PG_FUNCTION_ARGS, bool as_text)
|
|||||||
|
|
||||||
pg_parse_json(lex, sem);
|
pg_parse_json(lex, sem);
|
||||||
|
|
||||||
MemoryContextDelete(state->tmp_cxt);
|
MemoryContextDelete(state->tmp_cxt);
|
||||||
|
|
||||||
rsi->setResult = state->tuple_store;
|
rsi->setResult = state->tuple_store;
|
||||||
rsi->setDesc = state->ret_tdesc;
|
rsi->setDesc = state->ret_tdesc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user