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

Commit3a42a3f

Browse files
committed
Fix redundant wording
1 parent0f04fc6 commit3a42a3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/utils/adt/misc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ pg_terminate_backend(PG_FUNCTION_ARGS)
173173
if (r==SIGNAL_BACKEND_NOPERMISSION)
174174
ereport(ERROR,
175175
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
176-
(errmsg("must be superuser or have the same role to terminatebackends running inother server processes"))));
176+
(errmsg("must be superuser or have the same role to terminate other server processes"))));
177177

178178
PG_RETURN_BOOL(r==SIGNAL_BACKEND_SUCCESS);
179179
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp