Skip to content

Commit ab4575d

Browse files
committed
Silence compiler warning.
Per report from Stephen Frost.
1 parent fa0f466 commit ab4575d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/partition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1744,7 +1744,7 @@ partition_rbound_cmp(PartitionKey key,
17441744
Datum *datums1, RangeDatumContent *content1, bool lower1,
17451745
PartitionRangeBound *b2)
17461746
{
1747-
int32 cmpval;
1747+
int32 cmpval = 0; /* placate compiler */
17481748
int i;
17491749
Datum *datums2 = b2->datums;
17501750
RangeDatumContent *content2 = b2->content;

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy