Re: [COMMITTERS] pgsql: Implement table partitioning.

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [COMMITTERS] pgsql: Implement table partitioning.
Date: 2016-12-08 18:49:31
Message-ID: 20161208184931.GE23417@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

* Robert Haas (rhaas(at)postgresql(dot)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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2016-12-08 19:06:58 Re: [COMMITTERS] pgsql: Implement table partitioning.
Previous Message Tom Lane 2016-12-08 16:40:11 pgsql: Fix reporting of column typmods for multi-row VALUES constructs.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2016-12-08 19:06:58 Re: [COMMITTERS] pgsql: Implement table partitioning.
Previous Message Tom Lane 2016-12-08 18:28:07 Re: postgres_fdw bug in 9.6