Re: pgsql: Add pg_partition_root to display top-most parent of apartition

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: pgsql: Add pg_partition_root to display top-most parent of apartition
Дата
Msg-id 27e4501a-ae56-94e4-1524-d509f048d61c@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: [Suspect SPAM] Re: pgsql: Add pg_partition_root to displaytop-most parent of a partition  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: pgsql: Add pg_partition_root to display top-most parent of apartition  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-committers
On 2019/03/22 13:12, Michael Paquier wrote:
> On Fri, Mar 22, 2019 at 01:09:23PM +0900, Amit Langote wrote:
>>      /* Fetch the top-most parent */
>>      ancestors = get_partition_ancestors(relid);
>>
>> Maybe, the patch should update this comment to say "Fetch the list of
>> ancestors".
> 
> Perhaps so.  Note that actually the list is fetched to grab the
> top-most parent from it, so it sort of makes sense?

It looked fine before, but the new lines added by patch makes it look
wrong/misplaced somehow.

Thanks,
Amit



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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: pgsql: Add pg_partition_root to display top-most parent of apartition
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Add pg_partition_root to display top-most parent of apartition