Re: [GENERAL] max number of locks

2015-07-06 Thread Fabio Pardi
Hi Adrian, thanks for your reply, On 07/03/2015 02:52 PM, Adrian Klaver wrote: > On 07/03/2015 03:14 AM, Fabio Pardi wrote: >> Hi, >> >> >> while experimenting with number of locks, i found something I cannot >> understand. >> >> From what i can read in the documentation, at any one given time,

Re: [GENERAL] max number of locks

2015-07-03 Thread Adrian Klaver
On 07/03/2015 03:14 AM, Fabio Pardi wrote: Hi, while experimenting with number of locks, i found something I cannot understand. From what i can read in the documentation, at any one given time, a query can obtain a max number of locks given by max_locks_per_transaction * (max_connections + m

[GENERAL] max number of locks

2015-07-03 Thread Fabio Pardi
Hi, while experimenting with number of locks, i found something I cannot understand. >From what i can read in the documentation, at any one given time, a query can >obtain a max number of locks given by max_locks_per_transaction * (max_connections + max_prepared_transactions) I then changed m