Remove unnecessary blank line in InsertPartitionColumnMatchesSelect function

Mehmet Yilmaz 2025-06-27 08:37:30 +00:00
parent 4d744ef114
commit b3888e02ad
1 changed files with 0 additions and 1 deletions

View File

@ -1404,7 +1404,6 @@ InsertPartitionColumnMatchesSelect(Query *query, RangeTblEntry *insertRte,
/* we can set the select relation id */
*selectPartitionColumnTableId = subqueryPartitionColumnRelationId;
break;
}