mirror of https://github.com/citusdata/citus.git
Remove unnecessary blank line in InsertPartitionColumnMatchesSelect function
parent
4d744ef114
commit
b3888e02ad
|
@ -1404,7 +1404,6 @@ InsertPartitionColumnMatchesSelect(Query *query, RangeTblEntry *insertRte,
|
||||||
/* we can set the select relation id */
|
/* we can set the select relation id */
|
||||||
*selectPartitionColumnTableId = subqueryPartitionColumnRelationId;
|
*selectPartitionColumnTableId = subqueryPartitionColumnRelationId;
|
||||||
|
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue