Commit 52df3420 authored by Robert Haas's avatar Robert Haas

Remove unused variable.

This was intended to be included in the previous commit,
but I goofed.
parent 289992c4
...@@ -622,8 +622,6 @@ partition_bounds_equal(PartitionKey key, ...@@ -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)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment