mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
A few follow-up fixes for GUC name quoting
Fixups for 17974ec259: Some messages were missed (and some were new
since the patch was originally proposed), and there was a typo
introduced.
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 \"max_worker_processes\".")));
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -895,7 +895,7 @@ HandlePgArchInterrupts(void)
|
||||
*/
|
||||
ereport(LOG,
|
||||
(errmsg("restarting archiver process because value of "
|
||||
"archive_library was changed")));
|
||||
"\"archive_library\" was changed")));
|
||||
|
||||
proc_exit(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user