summaryrefslogtreecommitdiff
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:37 +0200
commit16b74c472157527b297d19838dd33e3474287207 (patch)
tree420d4ab635b5243b5564f32463c8a51d19fff7ad
parent2a931efb76facac47b499afb64b05ab33ededc10 (diff)
downloadpostgresql-16b74c472157527b297d19838dd33e3474287207.tar.gz
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 0680702a28..af7f32763a 100644
--- a/contrib/sepgsql/expected/label.out
+++ b/contrib/sepgsql/expected/label.out
@@ -394,7 +394,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