8000 Fix typo also in expected output. · hackingwu/postgres@822115d · GitHub
[go: up one dir, main page]

Skip to content

Commit 822115d

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 e8f9fe4 commit 822115d

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
@@ -439,7 +439,7 @@ SELECT sepgsql_getcon();
439439
unconfined_u:unconfined_r:sepgsql_regtest_pool_t:s0
440440
(1 row)
441441

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

0 commit comments

Comments
 (0)
0