postgresql/src/backend/postmaster
Magnus Hagander 6f0c9bc4b9 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.
2012-08-10 14:54:36 +02:00
..
autovacuum.c Fix leakage of cost_limit when multiple autovacuum workers are active. 2010-11-19 22:28:25 -05:00
bgwriter.c Improve coding around the fsync request queue. 2012-07-17 16:55:56 -04:00
fork_process.c pgindent run for 9.0 2010-02-26 02:01:40 +00:00
Makefile Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
pgarch.c Cause the archiver process to adopt new postgresql.conf settings (particularly 2010-05-11 16:42:28 +00:00
pgstat.c Fix VACUUM so that it always updates pg_class.reltuples/relpages. 2011-05-30 17:07:07 -04:00
postmaster.c Fix upper limit of superuser_reserved_connections, add limit for wal_senders 2012-08-10 14:54:36 +02:00
syslogger.c Fix syslogger so that log_truncate_on_rotation works in the first rotation. 2012-07-31 14:37:08 -04:00
walwriter.c Update copyright for the year 2010. 2010-01-02 16:58:17 +00:00