Re: Rare deadlock failure in create_am test

From: Andres Freund <andres(at)anarazel(dot)de>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Rare deadlock failure in create_am test
Date: 2020-09-08 17:56:26
Message-ID: 20200908175626.lkxekajslfzn45yf@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-09-04 12:41:23 -0400, Tom Lane wrote:
> Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> writes:
> > On 2020-Sep-03, Tom Lane wrote:
> >> I'm inclined to think that the best fix is to put
> >>
> >> begin;
> >> lock table [fast_emp4000];
> >> ...
> >> commit;
> >>
> >> around the DROP CASCADE.
>
> > Yeah, sounds good.
>
> Done.

Thanks!

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2020-09-08 18:20:05 Re: [Patch] ALTER SYSTEM READ ONLY
Previous Message Andres Freund 2020-09-08 17:53:52 Re: Improving connection scalability: GetSnapshotData()