1
0
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:
Peter Eisentraut
2024-06-20 11:10:26 +02:00
parent c61c0cb3a9
commit 95b44bb025
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}