Re: How to diagnose max_locks_per_transaction is about to be exhausted? - Mailing list pgsql-general

From Alexey Bashtanov
Subject Re: How to diagnose max_locks_per_transaction is about to be exhausted?
Date
Msg-id 551BFDE0.4080101@imap.cc
Whole thread Raw
In response to Re: How to diagnose max_locks_per_transaction is about to be exhausted?  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-general
On 01.04.2015 17:09, Kevin Grittner wrote:
>
> I think the "distinct" reference is because if one connection takes
> out the same lock on the same object (e.g., a table) you don't need
> to count it more than once.  The pg_locks view only shows it once
> anyway.
Hmm, pg_locks surely shows two lines for the locks on the same object
when the pids or the granted differ.

Alexey Bashtanov


pgsql-general by date:

Previous
From: Kevin Grittner
Date:
Subject: Re: How to diagnose max_locks_per_transaction is about to be exhausted?
Next
From: Steven Erickson
Date:
Subject: Re: partitoning expert : Partitonning with specialization of one column type