aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-02-06 12:04:04 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2017-02-06 12:04:33 +0200
commitc01b73336b23e1e6af4b5dc8e115e6eccf4fb3f8 (patch)
treea341de1fba338059d572741e62e306638d01f3e6
parent1dd06ede17e024ab5803fda1f58947d793009fe1 (diff)
downloadpostgresql-c01b73336b23e1e6af4b5dc8e115e6eccf4fb3f8.tar.gz
postgresql-c01b73336b23e1e6af4b5dc8e115e6eccf4fb3f8.zip
Fix typo also in expected output.
Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the expected output.
-rw-r--r--contrib/sepgsql/expected/label.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/expected/label.out b/contrib/sepgsql/expected/label.out
index fad1954b413..d75779b03ee 100644
--- a/contrib/sepgsql/expected/label.out
+++ b/contrib/sepgsql/expected/label.out
@@ -439,7 +439,7 @@ SELECT sepgsql_getcon();
unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0
(1 row)
--- the pooler cannot touch these tables directry
+-- the pooler cannot touch these tables directly
SELECT * FROM foo_tbl; -- failed
ERROR: SELinux: security policy violation
SELECT * FROM var_tbl; -- failed