diff options
Diffstat (limited to 'contrib/sepgsql/schema.c')
-rw-r--r-- | contrib/sepgsql/schema.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/schema.c b/contrib/sepgsql/schema.c index 92ef156ff57..00c227d86c1 100644 --- a/contrib/sepgsql/schema.c +++ b/contrib/sepgsql/schema.c @@ -51,7 +51,7 @@ sepgsql_schema_post_create(Oid namespaceId) * Compute a default security label when we create a new schema object * under the working database. * - * XXX - uncoming version of libselinux supports to take object name to + * XXX - upcoming version of libselinux supports to take object name to * handle special treatment on default security label; such as special * label on "pg_temp" schema. */ |