!2742 函数GetTupleForTrigger内goto标签ltrmark后不需要分号
Merge pull request !2742 from foolishlee/GetTupleForTrigger
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user