Re: bug in fast-path locking - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: bug in fast-path locking
Date
Msg-id 1334037722.12070.14.camel@jdavis
Whole thread Raw
In response to Re: bug in fast-path locking  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
On Mon, 2012-04-09 at 22:47 -0700, Jeff Davis wrote:
> but other similar paths do:
> 
>   if (!proclock)
>   {
>     AbortStrongLockAcquire();
> 
> I don't think it's necessary outside of LockErrorCleanup(), right?

I take that back, it's necessary for the dontwait case, too.

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: bug in fast-path locking
Next
From: Amit Kapila
Date:
Subject: Re: [BUGS] BUG #6522: PostgreSQL does not start