Skip to content

Commit 52df342

Browse files
committed
Remove unused variable.
This was intended to be included in the previous commit, but I goofed.
1 parent 289992c commit 52df342

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/backend/catalog/partition.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -622,8 +622,6 @@ partition_bounds_equal(PartitionKey key,
622622

623623
for (j = 0; j < key->partnatts; j++)
624624
{
625-
int32 cmpval;
626-
627625
/* For range partitions, the bounds might not be finite. */
628626
if (b1->content != NULL)
629627
{

0 commit comments

Comments
 (0)