Skip to content

Commit 02d21cf

Browse files
committed
Remove duplicate line
In 231b7d6, while copy-pasting some code into ExecEvalJsonCoercionFinish(), I (amitlan) accidentally introduced a duplicate line. Remove it. Reported-by: Jian He <jian.universality@gmail.com> Discussion: https://postgr.es/m/CACJufxHcf=BpmRAJcjgfjOUfV76MwKnyz1x3ErXsWL26EAFmng@mail.gmail.com
1 parent 4fcbe06 commit 02d21cf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/executor/execExprInterp.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5228,7 +5228,6 @@ ExecEvalJsonCoercionFinish(ExprState *state, ExprEvalStep *op)
52285228
* JsonBehavior expression.
52295229
*/
52305230
jsestate->escontext.error_occurred = false;
5231-
jsestate->escontext.error_occurred = false;
52325231
jsestate->escontext.details_wanted = true;
52335232
}
52345233
}

0 commit comments

Comments
 (0)