Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
halilozanakgul committed Jul 5, 2023
1 parent 9aeb60c commit 32c52e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/backend/distributed/metadata/metadata_utility.c
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,8 @@ GenerateAllShardStatisticsQueryForNode(WorkerNode *workerNode, List *citusTableI
continue;
}
char *shardIdNameValues =
GenerateShardIdNameValuesForShardList(shardIntervalsOnNode, !insertedValues);
GenerateShardIdNameValuesForShardList(shardIntervalsOnNode,
!insertedValues);
insertedValues = true;
appendStringInfoString(allShardStatisticsQuery, shardIdNameValues);
relation_close(relation, AccessShareLock);
Expand Down

0 comments on commit 32c52e2

Please sign in to comment.