mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix dumb typo in SECURITY LABEL error message.
Report by Peter Eisentraut.
This commit is contained in:
@ -62,7 +62,7 @@ ExecSecLabelStmt(SecLabelStmt *stmt)
|
||||
if (label_provider_list == NIL)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
errmsg("security label providers have been loaded")));
|
||||
errmsg("no security label providers have been loaded")));
|
||||
if (lnext(list_head(label_provider_list)) != NULL)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INVALID_PARAMETER_VALUE),
|
||||
|
Reference in New Issue
Block a user