diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-02-06 12:04:04 +0200 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2017-02-06 12:04:28 +0200 |
commit | 50baad4433112c60c7c901d0939c009322b6cedb (patch) | |
tree | edfb06630e44c820b141458863c33dedf274d54c | |
parent | 90e85992199469ca1191aadd3ab0222a158576be (diff) | |
download | postgresql-50baad4433112c60c7c901d0939c009322b6cedb.tar.gz postgresql-50baad4433112c60c7c901d0939c009322b6cedb.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.out | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/expected/label.out b/contrib/sepgsql/expected/label.out index 7af51897dab..638e138f0b4 100644 --- a/contrib/sepgsql/expected/label.out +++ b/contrib/sepgsql/expected/label.out @@ -438,7 +438,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 |