]> granicus.if.org Git - postgresql/commit
Fix upper limit of superuser_reserved_connections, add limit for wal_senders
authorMagnus Hagander <magnus@hagander.net>
Fri, 10 Aug 2012 12:49:03 +0000 (14:49 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 10 Aug 2012 12:54:36 +0000 (14:54 +0200)
commit6f0c9bc4b95c295501caa5ca56158afef7f50f30
treedadd1b45e46b2b76e649aca714685d694e79c54a
parentc0751d323e96fcaaecba289b71970388972ee608
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.
doc/src/sgml/config.sgml
src/backend/postmaster/postmaster.c