1
0
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:
Peter Eisentraut
2013-07-28 06:59:09 -04:00
parent d83940a7f6
commit faee8f1a71
5 changed files with 8 additions and 8 deletions

View File

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