Re: [HACKERS] small postgresql.conf.sample bugfix

2015-01-29 Thread Pavel Stehule
2015-01-29 12:52 GMT+01:00 Thom Brown : > On 29 January 2015 at 11:35, Pavel Stehule > wrote: > >> Hello >> >> a max_locks_per_transaction is twice times in postgresql.conf.sample >> >> Attached simple bugfix >> > > I only see one entry, which is the one you're removing. Where's the other? > Yo

Re: [HACKERS] small postgresql.conf.sample bugfix

2015-01-29 Thread Thom Brown
On 29 January 2015 at 11:35, Pavel Stehule wrote: > Hello > > a max_locks_per_transaction is twice times in postgresql.conf.sample > > Attached simple bugfix > I only see one entry, which is the one you're removing. Where's the other? Thom

[HACKERS] small postgresql.conf.sample bugfix

2015-01-29 Thread Pavel Stehule
Hello a max_locks_per_transaction is twice times in postgresql.conf.sample Attached simple bugfix Regards Pavel commit 89ee480408e63fc39fb6b7a23871c4f46438b7a2 Author: Pavel Stehule Date: Thu Jan 29 12:21:07 2015 +0100 remove twice max_locks_per_transaction variable in postgresql.conf.s