On Wed, May 2, 2012 at 9:38 PM, Daniel Farina <daniel(at)heroku(dot)com> wrote:
> Besides accuracy, there is a thornier problem here that has to do with
> hot standby (although the use case is replication more generally) when
> one has heterogeneously sized database resources. As-is, it is
> required that locking-related structures -- max_connections,
> max_prepared_xacts, and max_locks_per_xact (but not predicate locks,
> is that an oversight?) must be a larger number on a standby than on a
> primary.
>= not >
so you can use the same values on both sides
Predicate locks aren't set in recovery so the value isn't checked as a
required parameter value.
--
Simon Riggs http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services
In response to
Responses
pgsql-hackers by date
| Next: | From: Daniel Farina | Date: 2012-05-03 09:33:06 |
| Subject: Re: Modeling consumed shmem sizes, and some thorns |
| Previous: | From: Simon Riggs | Date: 2012-05-03 09:11:56 |
| Subject: Re: Temporary tables under hot standby |