Re: Remove redundant MemoryContextSwith in BeginCopyFrom

Поиск
Список
Период
Сортировка
От Fabrízio de Royes Mello
Тема Re: Remove redundant MemoryContextSwith in BeginCopyFrom
Дата
Msg-id CAFcNs+q+1Qgq-RCL0tGerVcihyWLWAFDL9JybNZ41cN4mjgAQQ@mail.gmail.com
обсуждение исходный текст
Ответ на Remove redundant MemoryContextSwith in BeginCopyFrom  (Japin Li <japinli@hotmail.com>)
Список pgsql-hackers

On Wed, Jan 19, 2022 at 11:21 AM Japin Li <japinli@hotmail.com> wrote:
>
>
> Hi, hackers
>
> When I read the code of COPY ... FROM ..., I find there is a redundant
> MemoryContextSwith() in BeginCopyFrom().  In BeginCopyFrom, it creates
> a COPY memory context and then switches to it, in the middle of this
> function, it switches to the oldcontext and immediately switches back to
> COPY memory context, IMO, this is redundant, and can be removed safely.
>

LGTM (it passed all regression without any issue)

--
   Fabrízio de Royes Mello         Timbira - http://www.timbira.com.br/
   PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: New developer papercut - Makefile references INSTALL
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Re: Remove redundant MemoryContextSwith in BeginCopyFrom