Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commiteed5488

Browse files
committed
Fix grammar in error message
While at it, make ellipses formatting consistent when describing SQL statements.Ekaterina Kiryanova and Alexander LakhinReviewed by myself and Álvaro HerreraDiscussion:https://www.postgresql.org/message-id/eed5cec0-a542-53da-6a5e-7789c6ed9817%40postgrespro.ruBackpatch only the grammar fix to v15
1 parentd068b41 commiteed5488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/postmaster/bgworker.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ SanityCheckBackgroundWorker(BackgroundWorker *worker, int elevel)
663663
{
664664
ereport(elevel,
665665
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
666-
errmsg("background worker \"%s\": backgroundworker without shared memory access are not supported",
666+
errmsg("background worker \"%s\": backgroundworkers without shared memory access are not supported",
667667
worker->bgw_name)));
668668
return false;
669669
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp