Skip to content
Snippets Groups Projects
Commit 3a42a3ff authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Fix redundant wording

parent 0f04fc67
Branches
Tags
No related merge requests found
......@@ -173,7 +173,7 @@ pg_terminate_backend(PG_FUNCTION_ARGS)
if (r == SIGNAL_BACKEND_NOPERMISSION)
ereport(ERROR,
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
(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"))));
PG_RETURN_BOOL(r == SIGNAL_BACKEND_SUCCESS);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment