Re: pgsql: Add WaitForLockers in lmgr, refactoring index.c code - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Add WaitForLockers in lmgr, refactoring index.c code
Date
Msg-id 20131001213227.GL5235@eldon.alvh.no-ip.org
Whole thread Raw
In response to Re: pgsql: Add WaitForLockers in lmgr, refactoring index.c code  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: pgsql: Add WaitForLockers in lmgr, refactoring index.c code  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-committers
Andres Freund wrote:
> Hi,
>
> On 2013-10-01 21:00:43 +0000, Alvaro Herrera wrote:
> > Add WaitForLockers in lmgr, refactoring index.c code
> >
> > This is in support of a future REINDEX CONCURRENTLY feature.
>
> I think this removes too many comments from index_drop that explains why
> it's done that way.

Complaint registered.  If either of you can send a patch I will gladly
push it, otherwise it will take me some time to get back to it (but will
eventually).

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pgsql: Add WaitForLockers in lmgr, refactoring index.c code
Next
From: Bruce Momjian
Date:
Subject: pgsql: Adjust C comments that would be wrap-able.