mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Unify some error messages
This commit is contained in:
@ -867,7 +867,7 @@ apw_start_database_worker(void)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INSUFFICIENT_RESOURCES),
|
||||
errmsg("registering dynamic bgworker autoprewarm failed"),
|
||||
errhint("Consider increasing configuration parameter \"max_worker_processes\".")));
|
||||
errhint("Consider increasing the configuration parameter \"%s\".", "max_worker_processes")));
|
||||
|
||||
/*
|
||||
* Ignore return value; if it fails, postmaster has died, but we have
|
||||
|
Reference in New Issue
Block a user