Re: Tricky bugs in concurrent index build - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Tricky bugs in concurrent index build
Date
Msg-id 24474.1156517907@sss.pgh.pa.us
Whole thread Raw
In response to Re: Tricky bugs in concurrent index build  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> The original thinking was to use CONCURRENT, and CREATE CONCURRENT INDEX
> sounded like a different type of index, not a different way to build the
> index.  I don't think CONCURRENTLY has that problem, so CREATE
> CONCURRENTLY INDEX sounds good.  To read in English, it would be read as
> CREATE CONCURRENTLY, INDEX ii.

OK, we've got two votes for that, so I'll make it so.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Tricky bugs in concurrent index build
Next
From: "Martin Atukunda"
Date:
Subject: Re: [PATCHES] psql 'none' as a HISTFILE special case