Re: speedup COPY TO for partitioned table.

Поиск
Список
Период
Сортировка
От jian he
Тема Re: speedup COPY TO for partitioned table.
Дата
Msg-id CACJufxGh8Nh=AwXNFgatgCmD3W0P6-HbEwAHTHaz0Lwegbr2Ng@mail.gmail.com
обсуждение исходный текст
Ответ на Re: speedup COPY TO for partitioned table.  (torikoshia <torikoshia@oss.nttdata.com>)
Ответы Re: speedup COPY TO for partitioned table.
Список pgsql-hackers
On Fri, Oct 3, 2025 at 8:31 AM torikoshia <torikoshia@oss.nttdata.com> wrote:
>
> It’s been about two months since this discussion, and there don’t seem
> to be any further comments.
> How about updating the patch accordingly?
> If there are no new remarks, I’d like to mark the patch as Ready for
> Committer.
>
> >>   +   List       *children = NIL;
> >>   ...
> >>   +       {
> >>   +           children = find_all_inheritors(RelationGetRelid(rel),
> >>
> >> Since 'children' is only used inside the else if block, I think we
> >> don't
> >> need the separate "List *children = NIL;" declaration.
> >> Instead, it could just be  "List *children =
> >> find_all_inheritors(...)".
> >>
> > you are right.
> > ""List *children = find_all_inheritors(...)"."  should be ok.
>

hi.

please check the attached v15.

only minor adjustment based on comments in
https://postgr.es/m/c507919d8c8219ab6cfd8376a4f9a887@oss.nttdata.com

Вложения

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