Re: pg_reorg in core? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: pg_reorg in core?
Date
Msg-id 20120926192938.GB17480@momjian.us
Whole thread Raw
In response to Re: pg_reorg in core?  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On Mon, Sep 24, 2012 at 03:55:35PM -0700, Josh Berkus wrote:
> On 9/24/12 3:43 PM, Simon Riggs wrote:
> > On 24 September 2012 17:36, Josh Berkus <josh@agliodbs.com> wrote:
> >>
> >>>> For me, the Postgres user interface should include
> >>>> * REINDEX CONCURRENTLY
> >>
> >> I don't see why we don't have REINDEX CONCURRENTLY now.
> > 
> > Same reason for everything on (anyone's) TODO list.
> 
> Yes, I'm just pointing out that it would be a very small patch for
> someone, and that AFAIK it didn't make it on the TODO list yet.

I see it on the TODO list, and it has been there for years:
https://wiki.postgresql.org/wiki/Todo#IndexesAdd REINDEX CONCURRENTLY, like CREATE INDEX CONCURRENTLY 

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: alter enum add value if not exists
Next
From: Noah Misch
Date:
Subject: Re: pg_signal_backend() asymmetry