Remove unused variable.
This was intended to be included in the previous commit, but I goofed.
This commit is contained in:
parent
289992c462
commit
52df3420cd
@ -622,8 +622,6 @@ partition_bounds_equal(PartitionKey key,
|
|||||||
|
|
||||||
for (j = 0; j < key->partnatts; j++)
|
for (j = 0; j < key->partnatts; j++)
|
||||||
{
|
{
|
||||||
int32 cmpval;
|
|
||||||
|
|
||||||
/* For range partitions, the bounds might not be finite. */
|
/* For range partitions, the bounds might not be finite. */
|
||||||
if (b1->content != NULL)
|
if (b1->content != NULL)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user