Fix whitespace
This commit is contained in:
parent
ac8bc3b6e4
commit
f65233755c
1 changed files with 2 additions and 2 deletions
|
@ -972,7 +972,7 @@ each_worker(PG_FUNCTION_ARGS, bool as_text)
|
|||
|
||||
pg_parse_json(lex, sem);
|
||||
|
||||
MemoryContextDelete(state->tmp_cxt);
|
||||
MemoryContextDelete(state->tmp_cxt);
|
||||
|
||||
rsi->setResult = state->tuple_store;
|
||||
rsi->setDesc = state->ret_tdesc;
|
||||
|
@ -1156,7 +1156,7 @@ elements_worker(PG_FUNCTION_ARGS, bool as_text)
|
|||
|
||||
pg_parse_json(lex, sem);
|
||||
|
||||
MemoryContextDelete(state->tmp_cxt);
|
||||
MemoryContextDelete(state->tmp_cxt);
|
||||
|
||||
rsi->setResult = state->tuple_store;
|
||||
rsi->setDesc = state->ret_tdesc;
|
||||
|
|
Loading…
Reference in a new issue