mirror of https://github.com/postgres/postgres
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++)
|
||||
{
|
||||
int32 cmpval;
|
||||
|
||||
/* For range partitions, the bounds might not be finite. */
|
||||
if (b1->content != NULL)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue