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

From Stephen Frost
Subject Re: [HACKERS] [COMMITTERS] pgsql: Implement table partitioning.
Date
Msg-id 20161208200205.GH23417@tamriel.snowman.net
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Implement table partitioning.  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
* Robert Haas (robertmhaas@gmail.com) wrote:
> 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.

Awesome, thanks!

> > ... 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.

Made me laugh, thanks again. :)

Stephen

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Time to drop old-style (V0) functions?
Next
From: Tom Lane
Date:
Subject: Re: Time to drop old-style (V0) functions?