On Wed, May 18, 2011 at 9:19 AM, Florian Weimer <[email protected]> wrote: > I've run two CREATE INDEX CONCURRENTLY on the same table in parallel, > and one of them errored out with: > The curious thing is that both indexes were created. I would have > expected that the creation of idx1 would be rolled back. > > Are both of the usable, or should I re-create idx1 from scratch?
They should be marked invalid. -- Sent via pgsql-admin mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-admin
