Skip to content

Commit 9306d4f

Browse files
committed
[PG18 port][Set5] Address review comments - coding standard fix
1 parent 8af5a78 commit 9306d4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/backend/executor/cypher_set.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ static HeapTuple update_entity_tuple(ResultRelInfo *resultRelInfo,
153153
}
154154

155155
if (close_indices)
156+
{
156157
ExecCloseIndices(resultRelInfo);
158+
}
157159
estate->es_result_relations = saved_resultRels;
158160

159161
return tuple;
@@ -173,7 +175,9 @@ static HeapTuple update_entity_tuple(ResultRelInfo *resultRelInfo,
173175
}
174176

175177
if (close_indices)
178+
{
176179
ExecCloseIndices(resultRelInfo);
180+
}
177181
}
178182
else if (lock_result == TM_SelfModified)
179183
{

0 commit comments

Comments
 (0)