Re: LOCK TABLE .. DEFERRABLE - Mailing list pgsql-hackers

From Andres Freund
Subject Re: LOCK TABLE .. DEFERRABLE
Date
Msg-id 20160405171827.vo7ml6puj6dsaunv@alap3.anarazel.de
Whole thread Raw
In response to Re: LOCK TABLE .. DEFERRABLE  (Simon Riggs <simon@2ndQuadrant.com>)
List pgsql-hackers
On 2016-04-05 18:10:11 +0100, Simon Riggs wrote:
> I'd prefer to see this as a lock wait mode where it sits in the normal lock
> queue BUT other lock requestors are allowed to queue jump past it. That
> should be just a few lines changed in the lock conflict checker and some
> sleight of hand in the lock queue code.

+1, although wading into deadlock.c makes one need a shower.



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: LOCK TABLE .. DEFERRABLE
Next
From: Rod Taylor
Date:
Subject: Re: LOCK TABLE .. DEFERRABLE