Re: [COMMITTERS] pgsql: Implement table partitioning. - Mailing list pgsql-hackers

From Stephen Frost
Subject Re: [COMMITTERS] pgsql: Implement table partitioning.
Date
Msg-id 20161208184931.GE23417@tamriel.snowman.net
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Implement table partitioning.
List pgsql-hackers
* Robert Haas (rhaas@postgresql.org) wrote:
> Implement table partitioning.

My compiler apparently doesn't care for this:

.../src/backend/catalog/partition.c: In function ‘partition_rbound_cmp’:
.../src/backend/catalog/partition.c:1787:13: warning: ‘cmpval’ may be used uninitialized in this function
[-Wmaybe-uninitialized]if (cmpval == 0 && lower1 != lower2)            ^ 

Thanks!

Stephen

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: postgres_fdw bug in 9.6
Next
From: Christoph Berg
Date:
Subject: Re: [HACKERS] Use EVP API pgcrypto encryption, dropping support forOpenSSL 0.9.6 and older