Re: Support for REINDEX CONCURRENTLY

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Support for REINDEX CONCURRENTLY
Дата
Msg-id CAB7nPqQyFmhg-yrKVPGj0uEKT0xYsVReoAyVYWp-BH5WghAKUA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Support for REINDEX CONCURRENTLY  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Support for REINDEX CONCURRENTLY  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
Hi all,

Please find attached a patch fixing the last issue that Masao found with make installcheck. Now REINDEX DATABASE CONCURRENTLY on the regression database passes. There were 2 problems:
- Concurrent indexes for unique indexes using expressions were not correctly created
- Concurrent indexes for indexes with duplicate column names were not correctly created.
So, this solves the last issue currently on stack. I added some new tests in regressions to cover those problems.

Regards,
--
Michael
Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Status of the startup process post end of recovery
Следующее
От: Euler Taveira
Дата:
Сообщение: Re: Materialized views WIP patch