1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Fix whitespace

This commit is contained in:
Peter Eisentraut
2014-02-05 23:12:51 -05:00
parent ac8bc3b6e4
commit f65233755c

View File

@ -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;