pgsql: Update docs and error message for superuser_reserved_connections - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Update docs and error message for superuser_reserved_connections
Date
Msg-id E1pIy2m-004fPZ-5Y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Update docs and error message for superuser_reserved_connections.

Commit ea92368cd1da1e290f9ab8efb7f60cb7598fc310 made max_wal_senders
a separate pool of backends from max_connections, but the documentation
and error message for superuser_reserved_connections weren't updated
at the time, and as a result are somewhat misleading. Update.

This is arguably a back-patchable bug fix, but because it seems quite
minor, no back-patch.

Patch by Nathan Bossart. Reviewed by Tushar Ahuja and by me.

Discussion: http://postgr.es/m/20230119194601.GA4105788@nathanxps13

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6c1d5ba4867828b387799a291cea9aaee2a8e3fc

Modified Files
--------------
doc/src/sgml/config.sgml          | 3 +--
src/backend/utils/init/postinit.c | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Describe each contrib module in its SGML section title
Next
From: Robert Haas
Date:
Subject: pgsql: Rename ReservedBackends variable to SuperuserReservedConnections