Re: REINDEX CONCURRENTLY 2.0

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: REINDEX CONCURRENTLY 2.0
Дата
Msg-id CAMkU=1zO8zAXsrqd42GEeP06ehWtr96qhpDJ8_tUGOuR024VSA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: REINDEX CONCURRENTLY 2.0  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: REINDEX CONCURRENTLY 2.0  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On Wed, Nov 5, 2014 at 8:49 PM, Michael Paquier <michael.paquier@gmail.com> wrote:
On Thu, Oct 30, 2014 at 5:19 PM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> Updated patch is attached.
Please find attached an updated patch with the following things changed:
- Addition of tab completion in psql for all new commands
- Addition of a call to WaitForLockers in index_concurrent_swap to
ensure that there are no running transactions on the parent table
running before exclusive locks are taken on the index and its
concurrent entry. Previous patch versions created deadlocks because of
that, issue spotted by the isolation tests integrated in the patch.
- Isolation tests for reindex concurrently are re-enabled by default.
Regards,

It looks like this needs another rebase, I get failures on index.c, toasting.c, indexcmds.c, and index.h

Thanks,

Jeff

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Proposal: Log inability to lock pages during vacuum
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pg_background (and more parallelism infrastructure patches)