Re: partition tree inspection functions

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: partition tree inspection functions
Дата
Msg-id CAEepm=2MFQWr8uGjDQT-Ho7Xao8gPe__EvB4d1yPdXMUqO-bHQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: partition tree inspection functions  (Thomas Munro <thomas.munro@enterprisedb.com>)
Ответы Re: partition tree inspection functions
Список pgsql-hackers
On Wed, Aug 8, 2018 at 11:21 PM, Thomas Munro
<thomas.munro@enterprisedb.com> wrote:
> On Tue, Aug 7, 2018 at 7:32 PM, Amit Langote
> <Langote_Amit_f8@lab.ntt.co.jp> wrote:
>> Attached updated patch adds isleaf to pg_partition_children's output.
>
> Hmm, I wonder where this garbage is coming from:

partition.c:437:3: error: array index 3 is past the end of the array
(which contains 3 elements) [-Werror,-Warray-bounds]

That'll do it.  Also:

partition.c:409:19: error: implicit declaration of function
'get_rel_relkind' is invalid in C99
[-Werror,-Wimplicit-function-declaration]

-- 
Thomas Munro
http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ashutosh Bapat
Дата:
Сообщение: Re: TupleTableSlot abstraction
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: [PATCH] Improve geometric types