AW: [HACKERS] Locking - Mailing list pgsql-hackers

From Zeugswetter Andreas SB
Subject AW: [HACKERS] Locking
Date
Msg-id 219F68D65015D011A8E000006F8590C604AF7D06@sdexcsrv1.f000.d0188.sd.spardat.at
Whole thread Raw
List pgsql-hackers
 
> I was reading the MVCC docs and came across this statement
> 
> "Postgres doesn't remember any information about
> modified rows in memory and so has no limit to the
> number of rows locked without lock escalation. "
> 
> And this is how i interpreted it.
> 
> you can have unlimited rows locked with out it going to a 'table
> lock'
> 
> Do these two staements say the samething ?

Yes, exactly.

Andreas


pgsql-hackers by date:

Previous
From: Thomas Lockhart
Date:
Subject: Re: [HACKERS] bitten by docs
Next
From: Zeugswetter Andreas SB
Date:
Subject: AW: [HACKERS] having and union in v7beta