pgsql: Fix upper limit of superuser_reserved_connections, add limit for - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Fix upper limit of superuser_reserved_connections, add limit for
Date
Msg-id E1SzomX-0002QO-UV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix upper limit of superuser_reserved_connections, add limit for wal_senders

Should be limited to the maximum number of connections excluding
autovacuum workers, not including.

Add similar check for max_wal_senders, which should never be higher than
max_connections.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b3055ab4fb5839a872bfe354b2b5ac31e6903ed6

Modified Files
--------------
doc/src/sgml/config.sgml            |   16 ++++++++++------
src/backend/postmaster/postmaster.c |    7 ++++++-
2 files changed, 16 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: hinoue@pgfoundry.org (User Hinoue)
Date:
Subject: psqlodbc - psqlodbc: Fix the bug that when the show OID column option is
Next
From: Magnus Hagander
Date:
Subject: pgsql: Fix upper limit of superuser_reserved_connections, add limit for