Re: [HACKERS] REINDEX CONCURRENTLY 2.0

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] REINDEX CONCURRENTLY 2.0
Дата
Msg-id 93a3d2fb-43a0-cf14-e8d0-d2c3195c1e5b@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] REINDEX CONCURRENTLY 2.0  (Sergei Kornilov <sk@zsrv.org>)
Ответы Re: [HACKERS] REINDEX CONCURRENTLY 2.0  (Sergei Kornilov <sk@zsrv.org>)
Список pgsql-hackers
On 07/12/2018 17:40, Sergei Kornilov wrote:
> I perform some tests and think behavior with partition tables is slightly inconsistent.
> 
> postgres=# reindex table measurement;
> WARNING:  REINDEX of partitioned tables is not yet implemented, skipping "measurement"
> NOTICE:  table "measurement" has no indexes
> REINDEX
> postgres=# reindex table CONCURRENTLY measurement;
> ERROR:  cannot reindex concurrently this type of relation
> 
> Maybe we need report warning and skip partitioned tables similar to plain reindex?

OK, that should be easy to fix.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pg_partition_tree crashes for a non-defined relation
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: make install getting slower