]> granicus.if.org Git - postgresql/commitdiff
Fix typo also in expected output.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Feb 2017 10:04:04 +0000 (12:04 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 6 Feb 2017 10:04:28 +0000 (12:04 +0200)
Commit 181bdb90ba fixed the typo in the .sql file, but forgot to update the
expected output.

contrib/sepgsql/expected/label.out

index 7af51897dabca0b8601b364f45efd5d7f5b13a02..638e138f0b41155248133ff03fa12e610bf1f806 100644 (file)
@@ -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