Re: remove check hooks for GUCs that contribute to MaxBackends - Mailing list pgsql-hackers

From Tom Lane
Subject Re: remove check hooks for GUCs that contribute to MaxBackends
Date
Msg-id 148099.1718824456@sss.pgh.pa.us
Whole thread Raw
In response to remove check hooks for GUCs that contribute to MaxBackends  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: remove check hooks for GUCs that contribute to MaxBackends
List pgsql-hackers
Nathan Bossart <nathandbossart@gmail.com> writes:
> The attached patch removes these hooks and enhances the error message to
> look like this:

>     FATAL:  too many backends configured
>     DETAIL:  "max_connections" (262100) plus "autovacuum_max_workers" (3) plus "max_worker_processes" (8) plus
"max_wal_senders"(10000) must be less than 262142. 

BTW, I suggest writing it as "too many server processes configured",
or perhaps "too many server processes required".  "Backend" is too
much of an insider term.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: remove check hooks for GUCs that contribute to MaxBackends
Next
From: Nathan Bossart
Date:
Subject: Re: remove check hooks for GUCs that contribute to MaxBackends