Re: partition tree inspection functions

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: partition tree inspection functions
Дата
Msg-id d5f5b9a8-0c88-8043-2007-be37096bed39@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: partition tree inspection functions  (Jeevan Ladhe <jeevan.ladhe@enterprisedb.com>)
Ответы Re: partition tree inspection functions  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 2018/06/26 16:54, Jeevan Ladhe wrote:
> Hi Amit,
> 
> On Tue, Jun 26, 2018 at 1:07 PM, Amit Langote <Langote_Amit_f8@lab.ntt.co.jp
>> wrote:
> 
>> On 2018/06/26 14:08, Amit Langote wrote:
>>> Hi.
>>>
>>> As discussed a little while back [1] and also recently mentioned [2],
>> here
>>> is a patch that adds a set of functions to inspect the details of a
>>> partition tree.  There are three functions:
>>>
>>> pg_partition_parent(regclass) returns regclass
>>> pg_partition_root_parent(regclass) returns regclass
>>> pg_partition_tree_tables(regclass) returns setof regclass
>>>
>>
> 
> I quickly tried applying your patch. Created couple of tables,
> subpartitions with
> mix of range and list partitions, and I see these 3 functions are working as
> documented.
> 
> Also, the patch does not have any 'make check' failures.
> 
> I will do the further code review and post if any comments.

Thanks Jeevan for reviewing.

Thanks,
Amit



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

Предыдущее
От: Jeevan Ladhe
Дата:
Сообщение: Re: partition tree inspection functions
Следующее
От: "Imai, Yoshikazu"
Дата:
Сообщение: Re:Re: some question about _bt_getbuf