Re: [COMMITTERS] pgsql: Implement table partitioning.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: [COMMITTERS] pgsql: Implement table partitioning.
Дата
Msg-id CA+TgmoaMMb=oss8hX9EMaHWP3ZFeSi-a=B1cN4gmMaoz-TAaqg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Implement table partitioning.  (Stephen Frost <sfrost@snowman.net>)
Ответы Re: [COMMITTERS] pgsql: Implement table partitioning.  (Stephen Frost <sfrost@snowman.net>)
Re: [HACKERS] [COMMITTERS] pgsql: Implement table partitioning.  (Stephen Frost <sfrost@snowman.net>)
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Unlogged tables cleanup
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Implement table partitioning.