From: | Pavan Deolasee <pavan(dot)deolasee(at)gmail(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | Andres Freund <andres(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Bugs in CREATE/DROP INDEX CONCURRENTLY |
Date: | 2012-11-29 04:50:12 |
Message-ID: | CABOikdPx5V8U94XmgrXQHTSJHi6Gkhfj_xbtnkdV8q+yEbQepw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Thu, Nov 29, 2012 at 10:10 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> I wrote:
> > Attached is an updated patch for HEAD that I think is about ready to go.
> > I'll start making a back-patchable version shortly.
>
> Here is an only-lightly-tested version for 9.2.
>
>
Looks good at a glance. I wonder though if it would have been better to
have IndexSetValid/IndexClearValid family of macros instead of the
index_set_state_flags kind of a machinery, purely from consistency
perspective. I understand that index_set_state_flags also takes care of
opening the catalogue etc, but there are only two callers to the function
and we could do that outside that.
May be too late since we already have the patch committed to HEAD.
Thanks,
Pavan
From | Date | Subject | |
---|---|---|---|
Next Message | Pavel Stehule | 2012-11-29 05:38:03 | Re: Materialized views WIP patch |
Previous Message | Jeremy Drake | 2012-11-29 04:49:14 | Re: [COMMITTERS] pgsql: Refactor flex and bison make rules |