Re: this is in plain text (row level locks) - Mailing list pgsql-hackers

From Tom Lane
Subject Re: this is in plain text (row level locks)
Date
Msg-id 27673.1059625203@sss.pgh.pa.us
Whole thread Raw
In response to Re: this is in plain text (row level locks)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: this is in plain text (row level locks)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Re: this is in plain text (row level locks)  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I was thinking of adding to TODO:
>     * Allow shared row locks for referential integrity
> but how is that different from:
>     * Implement dirty reads and use them in RI triggers

It'd be a completely different approach to solving the FK locking
problem.  I wouldn't think we'd do both.

Personally I'd feel more comfortable with a shared-lock approach, if we
could work out the scalability issues.  Dirty reads seem ... well ...
dirty.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Claudio Natoli
Date:
Subject: Re: Win32 for 7.5... how to help?
Next
From: Bruce Momjian
Date:
Subject: Re: php with postgres