mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@@ -5537,7 +5537,7 @@ MaxLivePostmasterChildren(void)
|
||||
* Connect background worker to a database.
|
||||
*/
|
||||
void
|
||||
BackgroundWorkerInitializeConnection(char *dbname, char *username)
|
||||
BackgroundWorkerInitializeConnection(const char *dbname, const char *username)
|
||||
{
|
||||
BackgroundWorker *worker = MyBgworkerEntry;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user