Re: [HACKERS] locking change help

From: Mattias Kregert <matti(at)algonet(dot)se>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] locking change help
Date: 1998-01-23 10:25:36
Message-ID: 34C87020.AE59A8D@algonet.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian wrote:
>
> I am trying to change the lock manager so read locks will not be granted
> if there is a write-lock waiting for a lock. The following patch helps,
> but is incomplete. Can someone figure out the right fix? I tried
> putting this code inside LockResolveConflicts(), but that didn't work
> either.

Is this to help writers from starving?

/* m */

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael J. Rogan 1998-01-23 10:53:33 Re: [QUESTIONS] Re: [HACKERS] Re: [PORTS] Important Announcement
Previous Message Vadim B. Mikheev 1998-01-23 06:55:28 Re: [HACKERS] LOCK command