Re: Support for REINDEX CONCURRENTLY

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Simon Riggs <simon(at)2ndquadrant(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Support for REINDEX CONCURRENTLY
Date: 2013-01-16 06:33:15
Message-ID: CAB7nPqQDFddHbROCqPa3A95r7Bq3=TTC8UDLW=vNeTtACjj3fw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Please find attached v7 of this patch, adding support for REINDEX DATABASE
CONCURRENTLY.
When using REINDEX DATABASE with CONCURRENTLY, non-system tables are
reindexed concurrently and system tables are reindexed in the normal way,
ie non-concurrently.

Thanks,
--
Michael Paquier
http://michael.otacoo.com

Attachment Content-Type Size
20130116_reindex_concurrently_v7.patch application/octet-stream 80.3 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2013-01-16 07:07:29 Re: Parallel query execution
Previous Message Tom Lane 2013-01-16 06:28:09 Re: Curious buildfarm failures (fwd)