Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit d93b753

Browse files
committed
Fix typo also in expected output.
Commit 181bdb9 fixed the typo in the .sql file, but forgot to update the expected output.
1 parent d02d985 commit d93b753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/sepgsql/expected/label.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ SELECT sepgsql_getcon();
438438
unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0
439439
(1 row)
440440

441-
-- the pooler cannot touch these tables directry
441+
-- the pooler cannot touch these tables directly
442442
SELECT * FROM foo_tbl; -- failed
443443
ERROR: SELinux: security policy violation
444444
SELECT * FROM var_tbl; -- failed

0 commit comments

Comments
 (0)