| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | Fujii Masao <masao(dot)fujii(at)gmail(dot)com> |
| Cc: | Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, Peter Eisentraut <peter_e(at)gmx(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Simon Riggs <simon(at)2ndquadrant(dot)com> |
| Subject: | Re: Support for REINDEX CONCURRENTLY |
| Date: | 2013-06-06 04:29:41 |
| Message-ID: | CAB7nPqTAfWy_VY6PKdM_eg7snG9Z2+MAH+N85FW7AGDNgUmqsw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| 20130606_1_remove_reltoastidxid_v9.patch | application/octet-stream | 56.5 KB |
| 20130606_2_reindex_concurrently_v26.patch | application/octet-stream | 91.1 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Pavan Deolasee | 2013-06-06 05:00:20 | Re: Possible bug in cascaded standby |
| Previous Message | Gurjeet Singh | 2013-06-06 03:53:26 | pgbench: introduce a new automatic variable 'client_number' |