Silence compiler warning.
Per report from Stephen Frost.
This commit is contained in:
parent
fa0f466d53
commit
ab4575dcf1
@ -1744,7 +1744,7 @@ partition_rbound_cmp(PartitionKey key,
|
|||||||
Datum *datums1, RangeDatumContent *content1, bool lower1,
|
Datum *datums1, RangeDatumContent *content1, bool lower1,
|
||||||
PartitionRangeBound *b2)
|
PartitionRangeBound *b2)
|
||||||
{
|
{
|
||||||
int32 cmpval;
|
int32 cmpval = 0; /* placate compiler */
|
||||||
int i;
|
int i;
|
||||||
Datum *datums2 = b2->datums;
|
Datum *datums2 = b2->datums;
|
||||||
RangeDatumContent *content2 = b2->content;
|
RangeDatumContent *content2 = b2->content;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user