On Thu, 2023-02-09 at 10:45 -0500, Kiriakos Georgiou wrote:
> I have an interesting concurrency issue with DROP INDEX CONCURRENTLY that I
> can summarize with this test scenario:
>
> /**/
>
> — suppose we have this table and in
wrote:
>
> Hello,
>
> I have an interesting concurrency issue with DROP INDEX CONCURRENTLY that I
> can summarize with this test scenario:
>
> /**/
>
> — suppose we have this table and index
> create table test(x
On 2/9/23 07:45, Kiriakos Georgiou wrote:
Hello,
I have an interesting concurrency issue with DROP INDEX CONCURRENTLY that I can
summarize with this test scenario:
/**/
— suppose we have this table and index
create table test(x int);
create
Hello,
I have an interesting concurrency issue with DROP INDEX CONCURRENTLY that I can
summarize with this test scenario:
/**/
— suppose we have this table and index
create table test(x int);
create index idx1 on test(x);
— now suppose with the