!2742 函数GetTupleForTrigger内goto标签ltrmark后不需要分号

Merge pull request !2742 from foolishlee/GetTupleForTrigger
This commit is contained in:
opengauss-bot
2023-01-05 02:46:54 +00:00
committed by Gitee

View File

@ -3158,7 +3158,7 @@ HeapTuple GetTupleForTrigger(EState* estate, EPQState* epqstate, ResultRelInfo*
/*
* lock tuple for update
*/
ltrmark:;
ltrmark:
tuple.t_self = *tid;
test = tableam_tuple_lock(fakeRelation,
&tuple,