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 23813.1059084593@sss.pgh.pa.us
Whole thread Raw
In response to Re: this is in plain text (row level locks)  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
Responses Re: this is in plain text (row level locks)  (Sailesh Krishnamurthy <sailesh@cs.berkeley.edu>)
List pgsql-hackers
Sailesh Krishnamurthy <sailesh@cs.berkeley.edu> writes:
> Why not have the traditional approach of a lock table in shared
> memory, growing and shrinking as appropriate,

Because we can't grow shared memory.  Whatever size we get at startup is
what we're stuck with.  (I suppose we could try asking the kernel for
additional segments, but there's every likelihood that that will fail.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Sailesh Krishnamurthy
Date:
Subject: Re: this is in plain text (row level locks)
Next
From: Sailesh Krishnamurthy
Date:
Subject: Re: this is in plain text (row level locks)