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

From Robert Haas
Subject Re: [COMMITTERS] pgsql: Implement table partitioning.
Date
Msg-id CA+TgmoaMMb=oss8hX9EMaHWP3ZFeSi-a=B1cN4gmMaoz-TAaqg@mail.gmail.com
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Implement table partitioning.  (Stephen Frost <sfrost@snowman.net>)
Responses Re: [COMMITTERS] pgsql: Implement table partitioning.  (Stephen Frost <sfrost@snowman.net>)
Re: [HACKERS] [COMMITTERS] pgsql: Implement table partitioning.  (Stephen Frost <sfrost@snowman.net>)
List pgsql-hackers
On Thu, Dec 8, 2016 at 2:11 PM, Stephen Frost <sfrost@snowman.net> wrote:
> Yes, that makes the compiler warning go away.

Great, pushed.

> ... your compiler knows that key->partnatts will always be >= 1?

:-)

I think my compiler is too dumb to notice that int x; printf("%d", x);
is a reference to an uninitialized variable.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Unlogged tables cleanup
Next
From: Stephen Frost
Date:
Subject: Re: [COMMITTERS] pgsql: Implement table partitioning.