10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f04fc6 commit 3a42a3fCopy full SHA for 3a42a3f
src/backend/utils/adt/misc.c
@@ -173,7 +173,7 @@ pg_terminate_backend(PG_FUNCTION_ARGS)
173
if (r == SIGNAL_BACKEND_NOPERMISSION)
174
ereport(ERROR,
175
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
176
- (errmsg("must be superuser or have the same role to terminate backends running in other server processes"))));
+ (errmsg("must be superuser or have the same role to terminate other server processes"))));
177
178
PG_RETURN_BOOL(r == SIGNAL_BACKEND_SUCCESS);
179
}
0 commit comments