mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
Message style improvements
This commit is contained in:
@@ -5185,7 +5185,7 @@ RegisterBackgroundWorker(BackgroundWorker *worker)
|
||||
if (!IsUnderPostmaster)
|
||||
ereport(LOG,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("background worker \"%s\": must attach to shared memory in order to request a database connection",
|
||||
errmsg("background worker \"%s\": must attach to shared memory in order to be able to request a database connection",
|
||||
worker->bgw_name)));
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user