Re: BUG #15169: create index CONCURRENTLY conflict with other table's COPY

From: Andres Freund <andres(at)anarazel(dot)de>
To: digoal(at)126(dot)com, pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #15169: create index CONCURRENTLY conflict with other table's COPY
Date: 2018-04-24 15:16:58
Message-ID: 20180424151658.3ysvvjwoj2w5acvk@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 2018-04-24 12:29:47 +0000, PG Bug reporting form wrote:
> table a's copy will block table b's CONCURRENTLY index creating.

Yes, concurrently waits for other sessions to complete. I don't see a
bug here?

Regards,

Andres

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2018-04-24 15:29:52 Re: BUG #15169: create index CONCURRENTLY conflict with other table's COPY
Previous Message Sergei Kornilov 2018-04-24 12:38:16 Re: BUG #15169: create index CONCURRENTLY conflict with other table's COPY