mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
Fix some typos
Author: Daniel Gustafsson Discussion: https://postgr.es/m/C36ADFDF-D09A-4EE5-B186-CB46C3653F4C@yesql.se
This commit is contained in:
@@ -500,7 +500,7 @@ sanity_check_relation(Relation rel)
|
||||
/*
|
||||
* Record a single corruption found in the table. The values in ctx should
|
||||
* reflect the location of the corruption, and the msg argument should contain
|
||||
* a human readable description of the corruption.
|
||||
* a human-readable description of the corruption.
|
||||
*
|
||||
* The msg argument is pfree'd by this function.
|
||||
*/
|
||||
|
@@ -892,7 +892,7 @@ sepgsql_compute_create(const char *scontext,
|
||||
* tcontext: security label of the object being referenced
|
||||
* tclass: class code (SEPG_CLASS_*) of the object being referenced
|
||||
* required: a mask of required permissions (SEPG_<class>__<perm>)
|
||||
* audit_name: a human readable object name for audit logs, or NULL.
|
||||
* audit_name: a human-readable object name for audit logs, or NULL.
|
||||
* abort_on_violation: true, if error shall be raised on access violation
|
||||
*/
|
||||
bool
|
||||
|
Reference in New Issue
Block a user