Re: sorry, too many standbys already vs. MaxWalSenders vs. max_wal_senders
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Fujii Masao <masao.fujii@gmail.com>, pgsql-hackers@postgresql.org
Date: 2010-03-31T14:45:39Z
Lists: pgsql-hackers
On Wed, Mar 31, 2010 at 10:44 AM, Tom Lane <tgl@sss.pgh.pa.us> wrote: > Robert Haas <robertmhaas@gmail.com> writes: >> On Wed, Mar 31, 2010 at 12:54 AM, Fujii Masao <masao.fujii@gmail.com> wrote: >>> could not accept connection from the standby because max_wal_senders is 0 > >> Well, that might still leave someone confused if they had one standby >> and were trying to bring up a second one. > > I'd suggest something like "number of requested standby connections > exceeds max_wal_senders (currently %d)" Oh, that's much better than anything I thought of. +1. ...Robert