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

From Michael Paquier
Subject Re: Support for REINDEX CONCURRENTLY
Date
Msg-id CAB7nPqTAfWy_VY6PKdM_eg7snG9Z2+MAH+N85FW7AGDNgUmqsw@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
List pgsql-hackers
Hi all,

Please find attached the latest versions of REINDEX CONCURRENTLY for the 1st commit fest of 9.4:
- 20130606_1_remove_reltoastidxid_v9.patch, removing reltoastidxid, to allow a toast relation to have multiple indexes running in parallel (extra indexes could be created by a REINDEX CONCURRENTLY processed)
- 20130606_2_reindex_concurrently_v26.patch, correcting some comments and fixed a lock in index_concurrent_create on an index relation not released at the end of a transaction

Those patches have been generated with context diffs...
Regards,
--
Michael
Attachment

pgsql-hackers by date:

Previous
From: Gurjeet Singh
Date:
Subject: pgbench: introduce a new automatic variable 'client_number'
Next
From: Pavan Deolasee
Date:
Subject: Re: Possible bug in cascaded standby