Re: Support for REINDEX CONCURRENTLY - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Support for REINDEX CONCURRENTLY
Date
Msg-id CAB7nPqQyFmhg-yrKVPGj0uEKT0xYsVReoAyVYWp-BH5WghAKUA@mail.gmail.com
Whole thread Raw
In response to Re: Support for REINDEX CONCURRENTLY  (Michael Paquier <michael.paquier@gmail.com>)
Responses Re: Support for REINDEX CONCURRENTLY  (Andres Freund <andres@2ndquadrant.com>)
List 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
Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Status of the startup process post end of recovery
Next
From: Euler Taveira
Date:
Subject: Re: Materialized views WIP patch