Re: relhassubclass and partitioned indexes

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: relhassubclass and partitioned indexes
Дата
Msg-id 20181022154528.gpismm43dsgnnzd4@alvherre.pgsql
обсуждение исходный текст
Ответ на Re: relhassubclass and partitioned indexes  (Amit Langote <Langote_Amit_f8@lab.ntt.co.jp>)
Ответы Re: relhassubclass and partitioned indexes
Список pgsql-hackers
On 2018-Oct-22, Amit Langote wrote:

> Hi,
> 
> On 2018/10/22 11:09, Michael Paquier wrote:
> > On Fri, Oct 19, 2018 at 06:46:15PM +0900, Amit Langote wrote:
> >> Thanks.  Attached a patch to set relhassubclass when an index partition is
> >> added to a partitioned index.
> > 
> > Thanks, committed after adding a test with ALTER TABLE ONLY, and
> > checking upgrades as well as ATTACH partition for ALTER INDEX and ALTER
> > TABLE.  In all cases the same code paths are taken.
> 
> Thank you for committing with those changes.  I didn't know about create
> index on "only".

pg_dump uses it :-)

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Avoid duplicate XIDs at recovery when building initialsnapshot
Следующее
От: Alexey Kondratov
Дата:
Сообщение: Re: [Patch] pg_rewind: options to use restore_command fromrecovery.conf or command line