Re: pgsql: Add support for partitioned tables and indexes in REINDEX

2020-09-07 Thread Michael Paquier
On Mon, Sep 07, 2020 at 10:16:25PM -0400, Tom Lane wrote: > Michael Paquier writes: >> Add support for partitioned tables and indexes in REINDEX > > Buildfarm isn't finding the isolation test to be stable. Yes, I have noticed the failure, and waited for more data to gather while thinking about w

Re: pgsql: Add support for partitioned tables and indexes in REINDEX

2020-09-07 Thread Tom Lane
Michael Paquier writes: > Add support for partitioned tables and indexes in REINDEX Buildfarm isn't finding the isolation test to be stable. regards, tom lane

pgsql: Add support for partitioned tables and indexes in REINDEX

2020-09-07 Thread Michael Paquier
Add support for partitioned tables and indexes in REINDEX Until now, REINDEX was not able to work with partitioned tables and indexes, forcing users to reindex partitions one by one. This extends REINDEX INDEX and REINDEX TABLE so as they can accept a partitioned index and table in input, respect