Attached fixes a typo:

    /* the extra unit accounts for the autovacuum launcher */

    MaxBackends = MaxConnections + autovacuum_max_workers + 1 +

-       +max_worker_processes;

+       max_worker_processes;

Thanks,
Amit

Attachment: typo.patch
Description: Binary data

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to