mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
First round of cleanup of sepgsql code and documentation.
Robert Haas, with a few suggestions from Thom Brown
This commit is contained in:
@ -171,12 +171,12 @@ check_relation_privileges(Oid relOid,
|
||||
SEPG_DB_TABLE__DELETE)) != 0)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
|
||||
errmsg("selinux: hardwired security policy violation")));
|
||||
errmsg("SELinux: hardwired security policy violation")));
|
||||
|
||||
if (relkind == RELKIND_TOASTVALUE)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_INSUFFICIENT_PRIVILEGE),
|
||||
errmsg("selinux: hardwired security policy violation")));
|
||||
errmsg("SELinux: hardwired security policy violation")));
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user