Rename ReservedBackends variable to SuperuserReservedConnections.
authorRobert Haas <rhaas@postgresql.org>
Fri, 20 Jan 2023 20:32:08 +0000 (15:32 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 20 Jan 2023 20:32:08 +0000 (15:32 -0500)
commitfe00fec1f5d78a5cfe46ac72dc284ed4cc477be1
treef0040cae7766032cd67194e19e81a67187c28e06
parent6c1d5ba4867828b387799a291cea9aaee2a8e3fc
Rename ReservedBackends variable to SuperuserReservedConnections.

This is in preparation for adding a new reserved_connections GUC,
but aligning the GUC name with the variable name is also a good
idea on general principle.

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

Discussion: http://postgr.es/m/20230119194601.GA4105788@nathanxps13
src/backend/postmaster/postmaster.c
src/backend/utils/init/postinit.c
src/backend/utils/misc/guc_tables.c
src/include/postmaster/postmaster.h