mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Unify some error messages
This commit is contained in:
@@ -928,7 +928,7 @@ RegisterBackgroundWorker(BackgroundWorker *worker)
|
||||
"Up to %d background workers can be registered with the current settings.",
|
||||
max_worker_processes,
|
||||
max_worker_processes),
|
||||
errhint("Consider increasing the configuration parameter \"max_worker_processes\".")));
|
||||
errhint("Consider increasing the configuration parameter \"%s\".", "max_worker_processes")));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user