Skip to content

Commit 7c6a3d8

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 b3abec0 commit 7c6a3d8

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
@@ -4672,7 +4672,6 @@ ExecEvalJsonCoercionFinish(ExprState *state, ExprEvalStep *op)
46724672
* JsonBehavior expression.
46734673
*/
46744674
jsestate->escontext.error_occurred = false;
4675-
jsestate->escontext.error_occurred = false;
46764675
jsestate->escontext.details_wanted = true;
46774676
}
46784677
}

0 commit comments

Comments
 (0)