mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
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
This commit is contained in:
@ -2163,7 +2163,7 @@ struct config_int ConfigureNamesInt[] =
|
||||
gettext_noop("Sets the number of connection slots reserved for superusers."),
|
||||
NULL
|
||||
},
|
||||
&ReservedBackends,
|
||||
&SuperuserReservedConnections,
|
||||
3, 0, MAX_BACKENDS,
|
||||
NULL, NULL, NULL
|
||||
},
|
||||
|
Reference in New Issue
Block a user