Re: Tricky bugs in concurrent index build

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Tricky bugs in concurrent index build
Дата
Msg-id 22626.1156509725@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Tricky bugs in concurrent index build  (Gregory Stark <stark@enterprisedb.com>)
Ответы Re: Tricky bugs in concurrent index build
Список pgsql-hackers
Gregory Stark <stark@enterprisedb.com> writes:
> Because of the way the AM API works changing how the initial heap scan works
> is a bit of a pain. It would require either having some global state or
> passing the concurrent flag through the AM methods or alternatively having a
> whole new AM method.

Yeah, I dealt with that by adding a 'concurrent build' flag to IndexInfo.
A bit grotty but it beats changing a lot of function signatures.
        regards, tom lane


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

Предыдущее
От: Chahine Hamila
Дата:
Сообщение: integration of pgcluster into postgresql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Performance testing of COPY (SELECT) TO