Re: Take skip header out of a loop in COPY FROM

Поиск
Список
Период
Сортировка
От Adam Lee
Тема Re: Take skip header out of a loop in COPY FROM
Дата
Msg-id 20190822095447.GA57367@mars.local
обсуждение исходный текст
Ответ на Re: Take skip header out of a loop in COPY FROM  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы Re: Take skip header out of a loop in COPY FROM  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
On Thu, Aug 22, 2019 at 11:48:31AM +0300, Heikki Linnakangas wrote:
> On 22/08/2019 11:31, Surafel Temesgen wrote:
> > Hello,
> > 
> > Even if skipping header is done only once its checked and skipped in a
> > loop. If I don’t miss something it can be done out side a loop like
> > attached patch
> 
> You may be on to something, but if we move it to CopyFrom(), as in your
> patch, then it won't get executed e.g. from the calls in file_fdw. file_fdw
> calls BeginCopyFrom(), followed by NextCopyFrom(); it doesn't use
> CopyFrom().
> 
> - Heikki

Yes.

My next thought is to call unlikely() here, but we don't have it...
https://www.postgresql.org/message-id/CABRT9RC-AUuQL6txxsoOkLxjK1iTpyexpbizRF4Zxny1GXASGg%40mail.gmail.com

-- 
Adam Lee



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

Предыдущее
От: "movead.li@highgo.ca"
Дата:
Сообщение: Email to hackers for test coverage
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Take skip header out of a loop in COPY FROM